make this a "const gpointer" rather than a gconstpointer to avoid warnings
[platform/upstream/glib.git] / glib / pcre / pcre_ucp_searchfuncs.c
index b95d279..77ec8d1 100644 (file)
@@ -43,6 +43,10 @@ POSSIBILITY OF SUCH DAMAGE.
 /* This module contains code for searching the table of Unicode character
 properties. */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "pcre_internal.h"
 
 #include "ucp.h"               /* Category definitions */