summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-05-22 15:44:55 +0000
committerUlrich Drepper <drepper@redhat.com>1997-05-22 15:44:55 +0000
commit22e8d1115507fcea88d176ea6fc19ce203987cd4 (patch)
tree344e7939a4b104d02d8e18a0eb88eb8e029c0f1b
parent3ab24a1afbfb3f1b099b6143094d583e68d5ff51 (diff)
(seed48_r): Incldue limits.h to get definition of USHRT_MAX.
-rw-r--r--stdlib/seed48_r.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/seed48_r.c b/stdlib/seed48_r.c
index 186d96cdd3..04144d1c61 100644
--- a/stdlib/seed48_r.c
+++ b/stdlib/seed48_r.c
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <string.h>
+#include <limits.h>
int
seed48_r (seed16v, buffer)