summaryrefslogtreecommitdiff
path: root/src/dynamicInt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynamicInt.c')
-rw-r--r--src/dynamicInt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dynamicInt.c b/src/dynamicInt.c
index 3845d2f..4dd32ce 100644
--- a/src/dynamicInt.c
+++ b/src/dynamicInt.c
@@ -1,5 +1,6 @@
#include <stdlib.h>
+#include "main.h"
#include "dynamicInt.h"
int* newInt(int x)