about summary refs log tree commit diff
path: root/lib/util
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/randsysrand.c4
-rw-r--r--lib/util/randsysrandom.c6
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/util/randsysrand.c b/lib/util/randsysrand.c
index bea5ea17..f97a5d3c 100644
--- a/lib/util/randsysrand.c
+++ b/lib/util/randsysrand.c
@@ -1,5 +1,9 @@
+#include <stdlib.h>
+
 #include "netpbm/rand.h"
 
+
+
 static void
 vinit(struct pm_randSt * const randStP) {
 
diff --git a/lib/util/randsysrandom.c b/lib/util/randsysrandom.c
index 97a1376e..3e38b0ae 100644
--- a/lib/util/randsysrandom.c
+++ b/lib/util/randsysrandom.c
@@ -1,3 +1,9 @@
+#define _DEFAULT_SOURCE /* New name for SVID & BSD source defines */
+#define _XOPEN_SOURCE 500  /* Make sure random() is in stdlib.h */
+#define _BSD_SOURCE  /* Make sure random() is in stdlib.h */
+
+#include <stdlib.h>
+
 #include "netpbm/rand.h"
 
 static void