X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fgetopt.h;h=6f29af8a182607990bf41d59275a074d7fdcf2b4;hb=99ddd86376fcb9ad5795f60377c3203944821860;hp=fee099a259ef05f94b39838282b125a52c0aef83;hpb=47a0795e8a28e8ad6ff55cda89e300267d9e590c;p=libucw.git diff --git a/lib/getopt.h b/lib/getopt.h index fee099a2..6f29af8a 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -11,7 +11,13 @@ #ifndef _UCW_GETOPT_H #define _UCW_GETOPT_H +#ifdef CONFIG_OWN_GETOPT +#include "lib/getopt/getopt-sh.h" +#else #include +#endif + +void reset_getopt(void); /* Safe loading and reloading of configuration files: conf-input.c */