]> granicus.if.org Git - neomutt/commitdiff
build: add a few includes (prelude to clang-format)
authorRichard Russon <rich@flatcap.org>
Thu, 26 Jan 2017 01:22:19 +0000 (01:22 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 14 Feb 2017 16:21:17 +0000 (16:21 +0000)
bcache.h
imap/imap_private.h
init.h
url.h

index 24ce519a4b8ffc2f720176a3a4a17ad01330a478..f2dc41c614d4cf1a9c0e593c9561693b74cf7c58 100644 (file)
--- a/bcache.h
+++ b/bcache.h
@@ -19,6 +19,8 @@
 #ifndef _BCACHE_H_
 #define _BCACHE_H_ 1
 
+#include "account.h"
+
 /*
  * support for body cache
  */
index b7d6d145a7efce7e63ee332549cf7a739ef13a4e..089cae4ffc79204b11c8cca2fd1ade3a0645b9bb 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef _IMAP_PRIVATE_H
 #define _IMAP_PRIVATE_H 1
 
+#include "account.h"
 #include "imap.h"
 #include "mutt_curses.h"
 #include "mutt_socket.h"
diff --git a/init.h b/init.h
index f43e1f4fe73ca21c27339174ca9560f10eac6352..394682bb1149970f56e937ea958473f7a80ec4a4 100644 (file)
--- a/init.h
+++ b/init.h
@@ -25,6 +25,7 @@
 #endif
 
 #include "buffy.h"
+#include "mx.h"
 
 #ifndef _MAKEDOC
 #define DT_MASK                0x0f
diff --git a/url.h b/url.h
index d07150f6162c7ffe70c76bc077c7788e5b2b653f..8221a82774420c8ef5cbfd2fda1d70cc0ff317e5 100644 (file)
--- a/url.h
+++ b/url.h
@@ -1,6 +1,8 @@
 #ifndef _URL_H
 # define _URL_H
 
+#include "mutt.h"
+
 typedef enum url_scheme
 {
   U_FILE,