aboutsummaryrefslogtreecommitdiff
path: root/getfreq.h
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 /getfreq.h
parent7e9478d19c15703f0b4f83bfddf2830d37633e31 (diff)
downloadparamano-8e947db6be8e79607ecddaa9bafbd7f29940a187.tar.xz
Changed header include policy to increase build time
Diffstat (limited to 'getfreq.h')
-rw-r--r--getfreq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/getfreq.h b/getfreq.h
index 5ec9d35..f13a9e9 100644
--- a/getfreq.h
+++ b/getfreq.h
@@ -19,6 +19,8 @@
#ifndef GETFREQ_H
#define GETFREQ_H
+#include <stddef.h>
+
void gf_init();
int gf_current(int core);
int gf_available(int core, char* out, int size);