From 01eeb658525bc9a5b840253f8b415af6abe282e0 Mon Sep 17 00:00:00 2001 From: ph10 Date: Wed, 1 Aug 2007 09:10:40 +0000 Subject: Correct errors in previous patch; tidy for test release. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@200 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- pcreposix.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pcreposix.c') diff --git a/pcreposix.c b/pcreposix.c index 543b605..9c536e7 100644 --- a/pcreposix.c +++ b/pcreposix.c @@ -42,12 +42,12 @@ POSSIBILITY OF SUCH DAMAGE. functions. */ -#ifdef HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include -#endif +#endif -/* Ensure that the PCREPOSIX_EXP_xxx macros are set appropriately for +/* Ensure that the PCREPOSIX_EXP_xxx macros are set appropriately for compiling these functions. This must come before including pcreposix.h, where they are set for an application (using these functions) if they have not previously been set. */ @@ -57,6 +57,7 @@ previously been set. */ # define PCREPOSIX_EXP_DEFN __declspec(dllexport) #endif +#include #include "pcre_internal.h" #include "pcreposix.h" -- cgit v1.2.1