aboutgitcodebugslistschat
path: root/linux_dep.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux_dep.h')
-rw-r--r--linux_dep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux_dep.h b/linux_dep.h
index 89e590c..3f8184b 100644
--- a/linux_dep.h
+++ b/linux_dep.h
@@ -7,6 +7,9 @@
#ifndef LINUX_DEP_H
#define LINUX_DEP_H
+#include <stdint.h>
+#include <unistd.h>
+
/* struct tcp_info_linux - Information from Linux TCP_INFO getsockopt()
*
* Largely derived from include/linux/tcp.h in the Linux kernel