X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fstrbuffer.c;h=92c08923d43f60d28f7ed1881d6a07fee21edeb6;hb=dd7dd414f0968a2ca6436c493b4d1d4ed0723bda;hp=7de7be410beedf432cdc0866ab344bc9e242b911;hpb=625f50f9166592d165b8e4bd9681ba7938d4c072;p=jansson.git diff --git a/src/strbuffer.c b/src/strbuffer.c index 7de7be4..92c0892 100644 --- a/src/strbuffer.c +++ b/src/strbuffer.c @@ -1,8 +1,15 @@ +/* + * 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. + */ + #define _GNU_SOURCE #include #include +#include "jansson_private.h" #include "strbuffer.h" -#include "util.h" #define STRBUFFER_MIN_SIZE 16 #define STRBUFFER_FACTOR 2