X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcbitops.c;h=dfb9dea6db87eeb52f8ceb81035e5235ed2065e6;hp=405ed539b5f7535b55620c21313d02e924f3c8a3;hb=a788ad407a51e84cfd41fedc6c053e62283ea2d7;hpb=72c2de619079457f7a68100eb13385275a424a23 diff --git a/lib/silcutil/silcbitops.c b/lib/silcutil/silcbitops.c index 405ed539..dfb9dea6 100644 --- a/lib/silcutil/silcbitops.c +++ b/lib/silcutil/silcbitops.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2007 Pekka Riikonen + Copyright (C) 2007 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ */ -#include "silc.h" +#include "silcruntime.h" #define SILC_BIT_POS(bit) (bit / SILC_BIT_SIZE) #define SILC_BIT_MASK(bit) (1UL << (bit % SILC_BIT_SIZE))