diff options
-rw-r--r-- | net/wpa_gui/files/patch-wpagui.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/wpa_gui/files/patch-wpagui.cpp b/net/wpa_gui/files/patch-wpagui.cpp new file mode 100644 index 000000000000..86a9666fce0d --- /dev/null +++ b/net/wpa_gui/files/patch-wpagui.cpp @@ -0,0 +1,13 @@ +--- wpagui.cpp.orig 2010-09-07 15:43:39.000000000 +0000 ++++ wpagui.cpp +@@ -12,10 +12,7 @@ + * See README and COPYING for more details. + */ + +-#ifdef __MINGW32__ +-/* Need to get getopt() */ + #include <unistd.h> +-#endif + + #ifdef CONFIG_NATIVE_WINDOWS + #include <windows.h> |