summaryrefslogtreecommitdiff
blob: b57a1c9c6158a66b7fd77e8eb7e504e9106a87c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/getopt_long.c.orig      2013-12-18 16:05:59.789413528 -0600
+++ 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;