diff --git a/src/lharc.c b/src/lharc.c index 91fa03b..8884770 100644 --- a/src/lharc.c +++ b/src/lharc.c @@ -207,7 +207,11 @@ commands: options:\n\ "); } +#if USE_GNU +#include /* use GNU getopt_long() */ +#else #include "getopt_long.h" +#endif /* Parse LHA options