diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-09-09 16:28:25 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-09-09 16:28:25 +1200 |
commit | 8e947db6be8e79607ecddaa9bafbd7f29940a187 (patch) | |
tree | 7bd18e80f847b03bca633c490d857f28a9a5bbc6 /getgov.h | |
parent | 7e9478d19c15703f0b4f83bfddf2830d37633e31 (diff) | |
download | paramano-8e947db6be8e79607ecddaa9bafbd7f29940a187.tar.xz |
Changed header include policy to increase build time
Diffstat (limited to 'getgov.h')
-rw-r--r-- | getgov.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |