index
:
arena
main
autobattler
jacopo.grandi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
net.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'net/net.c')
-rw-r--r--
net/net.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.c b/net/net.c
index 0a2dc98..5088417 100644
--- a/
net/net.c
+++ b/
net/net.c
@@ -1,4 +1,4 @@
-#include <net.h>
+#include "net.h"
void itob (char *buf, int n) {
buf[0] = (n >> 24) & 0xFF;