summaryrefslogtreecommitdiff
path: root/misc/win32/rand.c
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2000-04-21 22:12:40 +0000
committerBill Stoddard <stoddard@apache.org>2000-04-21 22:12:40 +0000
commit6a47c00ee2c7f5442bc945002b4d320791aa6c94 (patch)
tree7bd2d2397dd9eb66f73a3e772a8a1d7d1d691d00 /misc/win32/rand.c
parent65b32e90f69ded45568e1da9259072d36eb913e3 (diff)
downloadapr-6a47c00ee2c7f5442bc945002b4d320791aa6c94.tar.gz
Win32: Get mod_auth_digest compiling and added to the Windows
build environment. Not tested and I'd be suprised if it actually works. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc/win32/rand.c')
-rw-r--r--misc/win32/rand.c2
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)