aboutsummaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h
index ac9ae2f..1ea9650 100644
--- a/include/core.h
+++ b/include/core.h
@@ -38,6 +38,8 @@
#include "relocation.h"
#include "wheel.h"
#include "junitxml.h"
+#include "github.h"
+#include "template_func_proto.h"
#define guard_runtime_free(X) do { if (X) { runtime_free(X); X = NULL; } } while (0)
#define guard_strlist_free(X) do { if ((*X)) { strlist_free(X); (*X) = NULL; } } while (0)