sys: start collecting packages with required headers

This commit is contained in:
Dmitry Vyukov 2015-11-29 08:39:57 +01:00
parent d46a9039a5
commit 83ec77a110

View File

@ -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>