summarylogtreecommitdiffstats
path: root/fix_enet_lib.patch
blob: 43e3890184b6112e348fc8abc5f57d87bd091dc4 (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	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