summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proc.h b/proc.h
index 4c34a64..7b5be9b 100644
--- a/proc.h
+++ b/proc.h
@@ -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);