summaryrefslogtreecommitdiff
path: root/src/stdlib/srand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/srand.c')
-rw-r--r--src/stdlib/srand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/srand.c b/src/stdlib/srand.c
index 66ce786e..97ed2fec 100644
--- a/src/stdlib/srand.c
+++ b/src/stdlib/srand.c
@@ -1,5 +1,5 @@
#include <stdlib.h>
-#include "nonstd/internal.h"
+#include "nonstd/lib.h"
/** seed the pseudo-random number generator **/