diff options
Diffstat (limited to 'src/json/utf.c')
-rw-r--r-- | src/json/utf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/utf.c b/src/json/utf.c index b02630812..7635bef8a 100644 --- a/src/json/utf.c +++ b/src/json/utf.c @@ -5,7 +5,7 @@ * it under the terms of the MIT license. See LICENSE for details. */ -#include "../config.h" +#include "config.h" int utf8_encode (int codepoint, char *buffer, int *size) |