summarylogtreecommitdiffstats
path: root/enet_shared_lib.patch
blob: 127017b6ad4471488aa7fcbb92027d7af31ba2e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/main.cpp	2015-05-11 22:23:13.147964508 -0500
+++ b/src/main.cpp	2015-05-11 22:24:50.488518671 -0500
@@ -59,7 +59,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