aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notmuch-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index e64e92f..7cd003f 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -23,6 +23,8 @@
#include "notmuch.h"
+NOTMUCH_BEGIN_DECLS
+
#ifndef _GNU_SOURCE
#define _GNU_SOURCE /* For getline */
#endif
@@ -39,8 +41,6 @@
#include <unistd.h>
#include <ctype.h>
-NOTMUCH_BEGIN_DECLS
-
#include <talloc.h>
#include "xutil.h"