diff options
-rw-r--r-- | proc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ #define PROC_H #include <stdbool.h> +#include <sys/types.h> +#include <unistd.h> extern void cpu_affinity(int cpu); extern int set_proc_prio(int prio); |
index : netsniff-ng.git | ||
A high-performance Linux networking toolkit | Daniel Borkmann, Tobias Klauser |
summaryrefslogtreecommitdiff |
-rw-r--r-- | proc.h | 2 |
@@ -2,6 +2,8 @@ #define PROC_H #include <stdbool.h> +#include <sys/types.h> +#include <unistd.h> extern void cpu_affinity(int cpu); extern int set_proc_prio(int prio); |