]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
message: Use g_hash_table_destroy instead of g_hash_table_unref
[notmuch] / notmuch-private.h
index b7d27e9169b7da486b0855edccf81ec9141fee8d..a8ec8ebeee1371e9a5522669a1515be2394ae6d6 100644 (file)
 
 #include "notmuch.h"
 
 
 #include "notmuch.h"
 
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE /* For getline */
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>