blob: b20a61aff82b6dba7ed1f193e5edb26e87a39053 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|