X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilcrng.c;h=051e222cc847d5395a130eec45f8509f3ad35b8a;hp=f68c1b806c0d59c195865f5a4008ee4c9070d046;hb=26957468d15f29ee827642e38719903a24e39a92;hpb=eecdc0eec8433241dee51a0069b079e9cb5900f9 diff --git a/lib/silccrypt/silcrng.c b/lib/silccrypt/silcrng.c index f68c1b80..051e222c 100644 --- a/lib/silccrypt/silcrng.c +++ b/lib/silccrypt/silcrng.c @@ -28,6 +28,7 @@ #include "silcincludes.h" +#ifndef WIN32 #ifdef HAVE_GETSID extern pid_t getsid (pid_t __pid); #endif @@ -35,6 +36,7 @@ extern pid_t getsid (pid_t __pid); #ifdef HAVE_GETPGID extern pid_t getpgid (pid_t __pid); #endif +#endif #undef SILC_RNG_DEBUG /*#define SILC_RNG_DEBUG*/