From 880b21a097104bee5f50a444c5130695d143fd8a Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 1 Dec 2009 15:23:25 -0800 Subject: Makefile: Incorporate getline implementation into the build. It's unconditional for a very short time. We expect to soon be building it only if necessary. --- notmuch-client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index 2888a6c8..50a30fed 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -21,12 +21,13 @@ #ifndef NOTMUCH_CLIENT_H #define NOTMUCH_CLIENT_H - #ifndef _GNU_SOURCE #define _GNU_SOURCE /* for getline */ #endif #include +#include "compat.h" + #include #include "notmuch.h" -- cgit v1.2.3