diff options
Diffstat (limited to 'src/stdlib')
| -rw-r--r-- | src/stdlib/seed48.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/seed48.c b/src/stdlib/seed48.c index 2a342ffd..a976a7c8 100644 --- a/src/stdlib/seed48.c +++ b/src/stdlib/seed48.c @@ -1,4 +1,4 @@ -#if (defined _XOPEN_SOURCE) +#include <stdlib.h> unsigned short * seed48(unsigned short seed16v[3]) { |
