X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=getopt%2Fgetopt.h;h=74a3a5820b37633697d28f27c818eb77fe6f6cfa;hb=98f57d3adc542bb7753434ce31c92a6680bd6244;hp=c5f98619b9a033d5fc4decebd39840598d0c064d;hpb=dc034c9d0b7d9c3874a324a4c2c189a02945adc8;p=ctsim.git diff --git a/getopt/getopt.h b/getopt/getopt.h index c5f9861..74a3a58 100644 --- a/getopt/getopt.h +++ b/getopt/getopt.h @@ -19,6 +19,9 @@ #ifndef _GETOPT_H +#include "../config.h" + + #ifndef __need_getopt # define _GETOPT_H 1 #endif @@ -133,7 +136,7 @@ struct option errors, only prototype getopt for the GNU C library. */ extern int getopt (int __argc, char *const *__argv, const char *__shortopts); # else /* not __GNU_LIBRARY__ */ -extern int getopt (); + /* extern int getopt (); */ # endif /* __GNU_LIBRARY__ */ # ifndef __need_getopt