]> 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 449aff7143e14023ee0b97c9a27824aceeb8b52d..a8ec8ebeee1371e9a5522669a1515be2394ae6d6 100644 (file)
@@ -23,7 +23,9 @@
 
 #include "notmuch.h"
 
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE /* For getline */
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>