summaryrefslogtreecommitdiff
path: root/lib/win32/getopt_long.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-11-23 22:04:37 +0000
committerChris Wilson <chris+github@qwirx.com>2014-11-23 22:04:37 +0000
commitff3e2f74c73b1575765ffb8b51a6ff8b076ca828 (patch)
tree9fbb518fbfe6ec8567680805a3343ac98b1fb53d /lib/win32/getopt_long.cpp
parent1f3fbc654f3fa7c700834cc3b94bc931ad721261 (diff)
Include getopt.h instead of box_getopt.h.
Fixes compile errors on Windows. Thanks to Kai Liebenau!
Diffstat (limited to 'lib/win32/getopt_long.cpp')
-rwxr-xr-xlib/win32/getopt_long.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/win32/getopt_long.cpp b/lib/win32/getopt_long.cpp
index 941f23c1..af2833a1 100755
--- a/lib/win32/getopt_long.cpp
+++ b/lib/win32/getopt_long.cpp
@@ -66,7 +66,7 @@
#include <stdio.h>
#include <string.h>
-#include "getopt.h"
+#include "box_getopt.h"
#ifdef REPLACE_GETOPT // until end of file