aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys.txt b/sys/sys.txt
index 446a2bca0..de90b3cb8 100644
--- a/sys/sys.txt
+++ b/sys/sys.txt
@@ -29,6 +29,9 @@
# Structs are described as:
# structname struct "{" "\n" (fieldname type "\n")+ "}"
+# Packages with required headers:
+# sudo apt-get install libnuma-dev
+
include <sys/types.h>
include <sys/socket.h>
include <sys/select.h>