diff options
author | Marvin Borner | 2021-02-25 17:42:46 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-25 17:42:46 +0100 |
commit | 34885f1c73824a0fe47aa095e9d55a57021239d2 (patch) | |
tree | b59dfe47069d1f42bd8123e647fadf74bff835a6 /libnet | |
parent | b85ba196c47920b9d1b6622718a34f8f6f23bef3 (diff) |
Added *many* static keywords
Diffstat (limited to 'libnet')
-rw-r--r-- | libnet/http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnet/http.c b/libnet/http.c index 85ceefc..2910ad3 100644 --- a/libnet/http.c +++ b/libnet/http.c @@ -3,6 +3,7 @@ #include <assert.h> #include <conv.h> #include <def.h> +#include <http.h> #include <mem.h> #include <net.h> #include <print.h> |