aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.c')
-rw-r--r--net/net.c2
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;