You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/lha/files/lha-114i-fix-getopt_long-de...

12 lines
263 B

--- a/src/getopt_long.c 2013-12-18 16:05:59.789413528 -0600
+++ b/src/getopt_long.c 2013-12-18 16:06:01.200420472 -0600
@@ -64,7 +64,7 @@
#ifndef USE_GNU
#include <stdio.h>
-#include <getopt_long.h>
+#include "getopt_long.h"
char *optarg;
int optind;