aboutsummaryrefslogtreecommitdiff
path: root/getfreq.h
diff options
context:
space:
mode:
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);