aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_loader.c')
-rw-r--r--tests/check_loader.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/check_loader.c b/tests/check_loader.c
index 4a5dc32..44468c8 100644
--- a/tests/check_loader.c
+++ b/tests/check_loader.c
@@ -6,16 +6,14 @@
* See the file LICENSE.
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
+#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+#include "../src/error.h"
#include "../src/template-parser.h"
#include "../src/loader.h"
#include "../src/utils.h"