summarylogtreecommitdiffstats
path: root/fix_enet_lib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_enet_lib.patch')
-rw-r--r--fix_enet_lib.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix_enet_lib.patch b/fix_enet_lib.patch
new file mode 100644
index 000000000000..43e3890184b6
--- /dev/null
+++ b/fix_enet_lib.patch
@@ -0,0 +1,12 @@
+diff -uprNEBZ --suppress-blank-empty a/src/main.cpp b/src/main.cpp
+--- a/src/main.cpp 2016-12-07 18:10:06.000000000 -0600
++++ b/src/main.cpp 2016-12-07 23:39:37.707828396 -0600
+@@ -57,7 +57,7 @@ along with Freeminer. If not, see <http
+
+ #if USE_ENET
+ // todo: move to connection
+-#include "enet/enet.h"
++#include <enet/enet.h>
+ #endif
+
+ #ifdef HAVE_TOUCHSCREENGUI