X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-private.h;h=a8ec8ebeee1371e9a5522669a1515be2394ae6d6;hp=b7d27e9169b7da486b0855edccf81ec9141fee8d;hb=7f254fb603f5ee073d48b052c00e1fdb6b8dc940;hpb=0e777a8f800af062aba39a95a003f3e1d8f33793 diff --git a/notmuch-private.h b/notmuch-private.h index b7d27e91..a8ec8ebe 100644 --- a/notmuch-private.h +++ b/notmuch-private.h @@ -23,6 +23,10 @@ #include "notmuch.h" +#ifndef _GNU_SOURCE +#define _GNU_SOURCE /* For getline */ +#endif + #include #include #include