aboutsummaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/common.c b/common.c
index 953a33b..9cca098 100644
--- a/common.c
+++ b/common.c
@@ -16,8 +16,11 @@
* <http://www.gnu.org/licenses/>. *
************************************************************************/
-#include "paramano.h"
+#include "common.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <stdarg.h>
/***********************************************************************