summaryrefslogtreecommitdiff
path: root/include/dynamicInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dynamicInt.h')
-rw-r--r--include/dynamicInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dynamicInt.h b/include/dynamicInt.h
index fbc54a7..266ff86 100644
--- a/include/dynamicInt.h
+++ b/include/dynamicInt.h
@@ -3,6 +3,8 @@
#define DYNAMIC_INT_H
+#include "main.h"
+
extern int* newInt(int x);
#endif