aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-04 13:39:51 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-04 13:39:51 +0100
commit131148b13d9cbeb8a19a638bd0b516efb70fa46e (patch)
treeea570aa2d075d62afdab6882868ef066aab64a2b /net
parentc384285ed3a4283d97b9b031196b26afd1581540 (diff)
imgs
Diffstat (limited to 'net')
-rw-r--r--net/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net.h b/net/net.h
index 276ec52..c3e76ea 100644
--- a/net/net.h
+++ b/net/net.h
@@ -1,7 +1,7 @@
#ifndef NET_H
#define NET_H
-#include "plibsys/plibsys.h"
+#include <plibsys.h>
#define SERVER_PORT 25565
@@ -32,4 +32,4 @@ int net_server_recv(net_server *s, char buffer[]);
void net_server_send (net_server *s, char data[], int sizeofdata);
void net_server_close (net_server *s);
-#endif \ No newline at end of file
+#endif