]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
Rework message parsing to use getline rather than mmap.
[notmuch] / notmuch-private.h
index b7d27e9169b7da486b0855edccf81ec9141fee8d..449aff7143e14023ee0b97c9a27824aceeb8b52d 100644 (file)
@@ -23,6 +23,8 @@
 
 #include "notmuch.h"
 
+#define _GNU_SOURCE /* For getline */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>