forgotten config.h inclusion
authorPierre Habouzit <madcoder@debian.org>
Sun, 5 Nov 2006 15:37:54 +0000 (16:37 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sun, 5 Nov 2006 15:37:54 +0000 (16:37 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
lib-mime/rfc822parse.c

index 5078f19..a6d8ac8 100644 (file)
  * please see the file GPL in the top level source directory.
  */
 
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <stdio.h>
 
 #include <lib-lib/mem.h>