diff options
Diffstat (limited to 'source4/lib/util/genrand.c')
-rw-r--r-- | source4/lib/util/genrand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/genrand.c b/source4/lib/util/genrand.c index 5bdf1f7e08..8424ad8fd7 100644 --- a/source4/lib/util/genrand.c +++ b/source4/lib/util/genrand.c @@ -21,9 +21,9 @@ */ #include "includes.h" -#include "system/iconv.h" #include "system/filesys.h" #include "lib/crypto/crypto.h" +#include "system/locale.h" /** * @file |