X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Futf.c;h=92484d025da1658320da8a13d68f9f23b5fd038c;hb=56643d4311ecb26001527520da6264d92eab3d76;hp=dda80f0d1b07f2d8659e3c2b11dc30028c623f92;hpb=f9febb64c5dc15e03ecf3ca552e0654ee919b52e;p=jansson.git diff --git a/src/utf.c b/src/utf.c index dda80f0..92484d0 100644 --- a/src/utf.c +++ b/src/utf.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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) {