X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=pgppubring.c;h=baf5b1622c8b195427afdcd38a6ba8e85767e62d;hb=75291cb065ec25499a125665cba1123ee4c64abf;hp=88b11e42392ab85780a87d958b294e364fb49d2e;hpb=ef7b80006ebb47372d69c64e8b2b2f0764333d55;p=apps%2Fmadmutt.git diff --git a/pgppubring.c b/pgppubring.c index 88b11e4..baf5b16 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -36,13 +36,13 @@ #include #ifdef HAVE_GETOPT_H # include -#endif -#include - +#else extern char *optarg; extern int optind; +#endif +#include -short Umask; /* dirty hack because we need Umask in lib.c but don't want globals.h there */ +short Umask; /* dirty hack because we need Umask in lib.c but don't want globals.h there */ #include "sha1.h" #include "md5.h"