aboutsummaryrefslogtreecommitdiffstats
path: root/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'random.h')
-rw-r--r--random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.h b/random.h
index fe329a27..aea7a8ff 100644
--- a/random.h
+++ b/random.h
@@ -39,4 +39,4 @@
#define __P(s) ()
#endif
-extern long random();
+extern long random __P((void));