summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2000-04-21 22:12:40 +0000
committerstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2000-04-21 22:12:40 +0000
commitbe650236203477cd342d735e6111649e79a32d86 (patch)
tree7bd2d2397dd9eb66f73a3e772a8a1d7d1d691d00 /misc
parent2fc5e75b0c8fe1af606e993648c8ea63211cd88a (diff)
downloadlibapr-be650236203477cd342d735e6111649e79a32d86.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: http://svn.apache.org/repos/asf/apr/apr/trunk@59919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-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)