--- code/trunk/pcre_try_flipped.c 2007/03/02 13:10:43 96 +++ code/trunk/pcre_try_flipped.c 2007/07/31 14:39:09 199 @@ -6,7 +6,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel - Copyright (c) 1997-2006 University of Cambridge + Copyright (c) 1997-2007 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -43,6 +43,10 @@ auxiliary local function to flip the appropriate bytes. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "pcre_internal.h"