git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@82 e385b8ad-14ed-0310-8656-cc95a2468c6d
[apps/madmutt.git] / snprintf.c
index c2ebbde..8a5586a 100644 (file)
@@ -40,7 +40,9 @@
  *
  **************************************************************/
 
-#include "config.h"
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)