diff options
Diffstat (limited to 'src/stdlib/rand.c')
| -rw-r--r-- | src/stdlib/rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/rand.c b/src/stdlib/rand.c index 459332ce..f1a3e3e1 100644 --- a/src/stdlib/rand.c +++ b/src/stdlib/rand.c @@ -1,5 +1,5 @@ #include <stdlib.h> -#include "nonstd/internal.h" +#include "nonstd/lib.h" #include "_rand.h" /** get a pseudo-random number **/ |
