diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-08 05:03:29 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-08 05:03:29 +0200 |
commit | 4cea7d9545ee642a96a2e5844a03074400cfa590 (patch) | |
tree | 137549bc4517c737448f901cd8a67fc7c1b43ffb /src/net.h | |
parent | add README.md (diff) | |
download | cimple-4cea7d9545ee642a96a2e5844a03074400cfa590.tar.gz cimple-4cea7d9545ee642a96a2e5844a03074400cfa590.zip |
sanitize #include-s
Diffstat (limited to '')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |