aboutsummaryrefslogtreecommitdiff
path: root/getcore.c
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-09-09 16:28:25 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-09-09 16:28:25 +1200
commit8e947db6be8e79607ecddaa9bafbd7f29940a187 (patch)
tree7bd18e80f847b03bca633c490d857f28a9a5bbc6 /getcore.c
parent7e9478d19c15703f0b4f83bfddf2830d37633e31 (diff)
downloadparamano-8e947db6be8e79607ecddaa9bafbd7f29940a187.tar.xz
Changed header include policy to increase build time
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;