summarylogtreecommitdiffstats
path: root/enet_shared_lib.patch
blob: da78e70b89ae36df6649c1dbfed17858b82c0401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -uprNEBZ --suppress-blank-empty a/src/main.cpp b/src/main.cpp
--- a/src/main.cpp	2015-11-21 01:53:20.445038202 -0600
+++ b/src/main.cpp	2015-11-21 01:57:13.407056516 -0600
@@ -64,7 +64,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