aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/net.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-09-08 05:03:29 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-09-08 05:03:29 +0200
commit4cea7d9545ee642a96a2e5844a03074400cfa590 (patch)
tree137549bc4517c737448f901cd8a67fc7c1b43ffb /src/net.h
parentadd README.md (diff)
downloadcimple-4cea7d9545ee642a96a2e5844a03074400cfa590.tar.gz
cimple-4cea7d9545ee642a96a2e5844a03074400cfa590.zip
sanitize #include-s
Diffstat (limited to '')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 0cbe141..305f590 100644
--- a/src/net.h
+++ b/src/net.h
@@ -3,7 +3,6 @@
#include <stdint.h>
#include <stdlib.h>
-#include <sys/types.h>
int net_bind(const char *port);
int net_accept(int fd);