updates.
[silc.git] / lib / silccrypt / silcrng.c
index a52b4eea9efba6cb6b7d7f0fe253918e52aad8c0..3c2dea539a1d6c1dc957f7d5487f689798d53423 100644 (file)
 
 #include "silcincludes.h"
 
+#ifdef HAVE_GETSID
+extern __pid_t getsid (__pid_t __pid);
+#endif
+
+#ifdef HAVE_GETPGID
+extern __pid_t getpgid (__pid_t __pid);
+#endif
+
 #undef SILC_RNG_DEBUG
 /*#define SILC_RNG_DEBUG*/