File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is part of RTRlib.
3
+ *
4
+ * This file is subject to the terms and conditions of the MIT license.
5
+ * See the file LICENSE in the top level directory for more details.
6
+ *
7
+ * Website: http://rtrlib.realmv6.org/
8
+ */
9
+
10
+ /* fix missing include in the mustach header by including it first */
11
+
12
+ // clang-format off
13
+ #include <stdio.h>
14
+ #include "third-party/mustach/mustach.h"
15
+ // clang-format on
Original file line number Diff line number Diff line change 11
11
12
12
#include "rtrlib/rtrlib.h"
13
13
14
- #include "third-party/mustach/mustach .h"
14
+ #include "third-party/mustach.h"
15
15
#include "third-party/tommyds/tommyarray.h"
16
16
#include "third-party/tommyds/tommyhashlin.h"
17
17
Original file line number Diff line number Diff line change 7
7
* Website: http://rtrlib.realmv6.org/
8
8
*/
9
9
10
+ #include <stddef.h>
11
+
10
12
11
13
struct pfx_output_template {
12
14
const char *name ;
You can’t perform that action at this time.
0 commit comments