diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 21:17:32 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 21:17:32 -0500 |
commit | 941ef920b5ffd475b99aab3040fa76030de1f463 (patch) | |
tree | 12c9a56f8224dfe48403bbe2c5f33820d184beb3 /src/stdlib/seed48.c | |
parent | 81f8d1766cab5e930ff311bdae53df44125aee06 (diff) |
add one true header
Diffstat (limited to 'src/stdlib/seed48.c')
-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]) { |