aboutsummaryrefslogtreecommitdiff
path: root/libnet/inc/net.h
diff options
context:
space:
mode:
authorMarvin Borner2020-11-18 22:12:40 +0100
committerMarvin Borner2020-11-18 22:12:40 +0100
commitbe1fa7dfe5d98cf636b8f54ea80152f47006203b (patch)
treebed590b3e77de39bbb55f3d81d01b02661746129 /libnet/inc/net.h
parenta5a04ef3de6ad3f81d37a04fede23eb3b4b348b1 (diff)
HTTP and browser stuff
Diffstat (limited to 'libnet/inc/net.h')
-rw-r--r--libnet/inc/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnet/inc/net.h b/libnet/inc/net.h
index fa4284c..6ff9619 100644
--- a/libnet/inc/net.h
+++ b/libnet/inc/net.h
@@ -3,6 +3,7 @@
#ifndef NET_H
#define NET_H
+#include <http.h>
#include <socket.h>
#include <sys.h>