X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Futf.c;h=f48c2e7b242656256e47edd3b3689fcfa7e25c9f;hb=dd7dd414f0968a2ca6436c493b4d1d4ed0723bda;hp=9f4cb937a0ae663ee8471fe1e0a1c195eabf38b4;hpb=08dc8d9bafcb13bb1541894918f4a394e644e6e1;p=jansson.git diff --git a/src/utf.c b/src/utf.c index 9f4cb93..f48c2e7 100644 --- a/src/utf.c +++ b/src/utf.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 2009, 2010 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) {