X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppubring.c;h=baf5b1622c8b195427afdcd38a6ba8e85767e62d;hp=88b11e42392ab85780a87d958b294e364fb49d2e;hb=c25bc063f35aaad6938c2022dae7a283346c2769;hpb=ef7b80006ebb47372d69c64e8b2b2f0764333d55 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"