summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index 3b377e5e..e0e8cb22 100644
--- a/include/global.h
+++ b/include/global.h
@@ -8,11 +8,10 @@
#include "nitro.h"
#include "global.fieldmap.h"
#include "constants/global.h"
+#include "error_handling.h"
#define NELEMS(a) (sizeof(a) / sizeof(*(a)))
-extern void ErrorHandling(void);
-
#define GF_ASSERT(expr) do {if (!(expr)) ErrorHandling();} while (0)
#ifndef IN_MAIN_C