summaryrefslogtreecommitdiffstats
path: root/third-party/mustach.h
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/mustach.h')
-rw-r--r--third-party/mustach.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/third-party/mustach.h b/third-party/mustach.h
new file mode 100644
index 0000000..b20a61a
--- /dev/null
+++ b/third-party/mustach.h
@@ -0,0 +1,15 @@
+/*
+ * This file is part of RTRlib.
+ *
+ * This file is subject to the terms and conditions of the MIT license.
+ * See the file LICENSE in the top level directory for more details.
+ *
+ * Website: http://rtrlib.realmv6.org/
+ */
+
+/* fix missing include in the mustach header by including it first */
+
+// clang-format off
+#include <stdio.h>
+#include "third-party/mustach/mustach.h"
+// clang-format on