summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-06-01 18:28:31 +0000
committerStef Walter <stef@thewalter.net>2004-06-01 18:28:31 +0000
commite655b84d30db639375b1cce101d82d75f6df2e36 (patch)
tree9a85e1910cb1cc5054d3d35d6a564e761f788a20 /lib
parent6f9078c3aa9a2a8ca7469d9239cb294188838821 (diff)
Build fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/priv.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/priv.h b/lib/priv.h
index dce25fe..d671fd7 100644
--- a/lib/priv.h
+++ b/lib/priv.h
@@ -20,7 +20,16 @@
#ifndef __PRIV_H__
#define __PRIV_H__
-#include "pcre.h"
+/* Force use of win32 configuration if compiling there */
+#ifdef _WIN32
+#include "../config.win32.h"
+#else
+#ifdef HAVE_CONFIG_H
+#include "../config.h"
+#endif
+#endif
+
+#include PCRE_H
#include "execute.h"
/*