]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(seed48_r): Incldue limits.h to get definition of USHRT_MAX.
authorUlrich Drepper <drepper@redhat.com>
Thu, 22 May 1997 15:44:55 +0000 (15:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 22 May 1997 15:44:55 +0000 (15:44 +0000)
stdlib/seed48_r.c

index 186d96cdd33b34df074150288a2e4c4fff2c5747..04144d1c615b4e56995fe85e5f7759e443fd9a11 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <limits.h>
 
 int
 seed48_r (seed16v, buffer)