diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/win32/rand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/win32/rand.c b/misc/win32/rand.c index 99598213d..78a0b1fd4 100644 --- a/misc/win32/rand.c +++ b/misc/win32/rand.c @@ -52,6 +52,8 @@ * <http://www.apache.org/>. */ +#include "apr_config.h" +#include "apr_general.h" #include <wincrypt.h> ap_status_t ap_generate_random_bytes(unsigned char * buf, int length) |