X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fcommand.c;h=141af125b43a43470c5237487b99b5abbae869eb;hb=b1dfcb5c755ef8c2be60369432bc91e434b72a1f;hp=f35ae7521790e4467c736a219982bb0d72f6bef6;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933;p=apps%2Fmadmutt.git diff --git a/imap/command.c b/imap/command.c index f35ae75..141af12 100644 --- a/imap/command.c +++ b/imap/command.c @@ -21,6 +21,10 @@ /* command.c: routines for sending commands to an IMAP server and parsing * responses */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "mutt.h" #include "imap_private.h" #include "message.h"