diff options
Diffstat (limited to 'source4/lib/genrand.c')
-rw-r--r-- | source4/lib/genrand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/genrand.c b/source4/lib/genrand.c index 11771b32c9..7289719791 100644 --- a/source4/lib/genrand.c +++ b/source4/lib/genrand.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/iconv.h" static unsigned char hash[258]; static uint32 counter; |