aboutsummaryrefslogtreecommitdiff
path: root/getgov.c
diff options
context:
space:
mode:
Diffstat (limited to 'getgov.c')
-rw-r--r--getgov.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/getgov.c b/getgov.c
index f75e6c9..e366f41 100644
--- a/getgov.c
+++ b/getgov.c
@@ -16,7 +16,13 @@
* <http://www.gnu.org/licenses/>. *
************************************************************************/
-#include "paramano.h"
+#include "getgov.h"
+#include "getcore.h"
+#include "common.h"
+
+#include <stdio.h>
+#include <string.h>
+#include <glib.h>
/* [CORE][GOVERNOR NUMBER] */
static char governors[999][50][13];