aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/helpers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/helpers.h b/src/shared/helpers.h
index eaf685c6..3a868119 100644
--- a/src/shared/helpers.h
+++ b/src/shared/helpers.h
@@ -18,6 +18,10 @@
#ifndef __HELPERS_H__
#define __HELPERS_H__
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
#define ERRX fprintf (stderr, "out of memory\n"); exit (1)
#define UNCONST(a) ((void *)(unsigned long)(const void *)(a))