--- code/trunk/pcre_xclass.c 2007/03/02 13:10:43 96 +++ code/trunk/pcre_xclass.c 2008/01/20 20:07:32 305 @@ -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-2008 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -43,6 +43,10 @@ pcre_exec() and pcre_def_exec(). */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "pcre_internal.h"