]> git.notmuchmail.org Git - notmuch/blobdiff - date.c
Hook up our fancy new notmuch_parse_date function.
[notmuch] / date.c
diff --git a/date.c b/date.c
index 3f337c962247f71c37ae217bc3fd18be959bbd5d..c116bbd5f432f54dfa41b6aa991a0caccdd0b972 100644 (file)
--- a/date.c
+++ b/date.c
@@ -27,6 +27,8 @@
 
 #include <time.h>
 
+#include <glib.h> /* For g_ascii_strncasecmp only. */
+
 #ifndef FALSE
 #define FALSE 0
 #endif