aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-12-01 15:23:25 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-12-01 16:33:17 -0800
commit880b21a097104bee5f50a444c5130695d143fd8a (patch)
treecfade39c10219c402c3638f8b0daf2e51c92f04e /lib/notmuch-private.h
parent7fd7611b23ad33ed8bb7db44916cb03bbc2c47c1 (diff)
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.
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index d3f9a4c4..d2678f06 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -26,6 +26,8 @@
#endif
#include <stdio.h>
+#include "compat.h"
+
#include "notmuch.h"
NOTMUCH_BEGIN_DECLS