Nico Golde:
[apps/madmutt.git] / pgppubring.c
index 878b10a..5c0a2ba 100644 (file)
@@ -34,8 +34,9 @@
  *
  */
 
-
-#include "config.h"
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -50,6 +51,8 @@
 extern char *optarg;
 extern int optind;
 
+short Umask; /* dirty hack because we need Umask in lib.c but don't want globals.h there */
+
 #include "sha1.h"
 #include "md5.h"
 #include "lib.h"