aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/net.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-13 14:41:45 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-13 14:41:45 +0200
commit6036bca03b664ab423537d0644d473c47c5acddb (patch)
treea64a0b114b15d01f09bec681628c9a487a0489f2 /src/net.h
parentrename Makefile parameters & update README (diff)
downloadcimple-6036bca03b664ab423537d0644d473c47c5acddb.tar.gz
cimple-6036bca03b664ab423537d0644d473c47c5acddb.zip
fix unnecessary #include-s
Diffstat (limited to '')
-rw-r--r--src/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 185f10b..84968cb 100644
--- a/src/net.h
+++ b/src/net.h
@@ -8,8 +8,8 @@
#ifndef __NET_H__
#define __NET_H__
+#include <stddef.h>
#include <stdint.h>
-#include <stdlib.h>
int net_bind(const char *port);
int net_accept(int fd);