X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Futf.c;h=f48c2e7b242656256e47edd3b3689fcfa7e25c9f;hb=908c62f3278b682d879e8ffbdb71bcec60846977;hp=dda80f0d1b07f2d8659e3c2b11dc30028c623f92;hpb=e7a5dc58e630aa079f402b46a65d218e656dd489;p=jansson.git diff --git a/src/utf.c b/src/utf.c index dda80f0..f48c2e7 100644 --- a/src/utf.c +++ b/src/utf.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009-2011 Petri Lehtinen * * Jansson is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. */ #include -#include +#include "utf.h" int utf8_encode(int32_t codepoint, char *buffer, int *size) {