aboutsummaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 21:30:16 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:29:41 +1200
commit75c186f2e6ad9dd37027f19bdb263daa83045e4b (patch)
treeeb49709830c10a67d8e39a9ac83f97a833ff37b5 /common.c
parent8e6c8cd0ad292386f1de8b22a9db060c11e5bbe6 (diff)
downloadparamano-75c186f2e6ad9dd37027f19bdb263daa83045e4b.tar.xz
Header/includes tidy-up
Diffstat (limited to 'common.c')
-rw-r--r--common.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.c b/common.c
index c0e44ef..5ffdd8b 100644
--- a/common.c
+++ b/common.c
@@ -18,6 +18,12 @@
#include "common.h"
+#include "debug.h" /* debug() */
+
+#include <stdio.h> /* fopen, fgets, printf */
+#include <stdlib.h> /* atoi */
+#include <string.h> /* lots of functions */
+
/***********************************************************************
* Gets integer value from first line in file
**********************************************************************/