diff options
Diffstat (limited to 'lib/priv.h')
-rw-r--r-- | lib/priv.h | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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" /* |