X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppubring.c;h=5c0a2ba8d34b45b46362f5c46907bef935e504a7;hp=878b10af77dce551d77ed2f5f7a48d6811463f5f;hb=b661011c5210796beaf103676c0d24b87f1a2787;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/pgppubring.c b/pgppubring.c index 878b10a..5c0a2ba 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -34,8 +34,9 @@ * */ - -#include "config.h" +#if HAVE_CONFIG_H +# include "config.h" +#endif #include #include @@ -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"