aboutsummaryrefslogtreecommitdiff
path: root/getgov.h
diff options
context:
space:
mode:
Diffstat (limited to 'getgov.h')
-rw-r--r--getgov.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/getgov.h b/getgov.h
index 9339d20..5a5d8d8 100644
--- a/getgov.h
+++ b/getgov.h
@@ -19,6 +19,8 @@
#ifndef GETGOV_H
#define GETGOV_H
+#include <stdbool.h>
+
void gg_init();
bool gg_current(int core, char* out, int size);
bool gg_available(int core, char* out, int size);