X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/a6ae4dd126e7b2b678e0db31b68bba51311282cc..91743040c1a98baaffc82ffff8306c2c9fd07285:/src/lbxtool.c diff --git a/src/lbxtool.c b/src/lbxtool.c index d070e8f..13a9ba6 100644 --- a/src/lbxtool.c +++ b/src/lbxtool.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#define _GNU_SOURCE +#include #include #include #include @@ -51,7 +51,7 @@ enum { int filematch(char **argv, const char *name) { - int rc, i; + int i; for (i = 0; argv[i]; i++) { switch(fnmatch(argv[i], name, 0)) {