#include <sys/types.h> before <regex.h>
authorChris Toshok <toshok@helixcode.com>
Fri, 20 Oct 2000 05:19:04 +0000 (05:19 +0000)
committerChris Toshok <toshok@src.gnome.org>
Fri, 20 Oct 2000 05:19:04 +0000 (05:19 +0000)
2000-10-19  Chris Toshok  <toshok@helixcode.com>

* camel-folder-search.c: #include <sys/types.h> before <regex.h>

camel/ChangeLog
camel/camel-folder-search.c

index f5367d2..fde6145 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-19  Chris Toshok  <toshok@helixcode.com>
+
+       * camel-folder-search.c: #include <sys/types.h> before <regex.h>
+
 2000-10-19  Dan Winship  <danw@helixcode.com>
 
        * providers/imap/camel-imap-utils.c (imap_parse_list_response):
index 6687067..ff9539c 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <glib.h>
+#include <sys/types.h>
 #include <regex.h>
 
 #include <gal/widgets/e-unicode.h>