aboutsummaryrefslogtreecommitdiff
path: root/getcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'getcore.c')
-rw-r--r--getcore.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/getcore.c b/getcore.c
index 2c25c75..2b2637b 100644
--- a/getcore.c
+++ b/getcore.c
@@ -16,7 +16,11 @@
* <http://www.gnu.org/licenses/>. *
************************************************************************/
-#include "paramano.h"
+#include "getcore.h"
+
+#include <stdio.h>
+#include <stdbool.h>
+#include <unistd.h>
static unsigned int cores;