X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/47854c5fdbdebaf707de438f0fa86c4cb99d2268..16b0fea8ae1a581d568dbee2efa2932aa4e6fcce:/lib/asprintf.c?ds=sidebyside diff --git a/lib/asprintf.c b/lib/asprintf.c index ddfc12e..44be789 100644 --- a/lib/asprintf.c +++ b/lib/asprintf.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2004-2008 Richard Kettlewell + * Copyright (C) 2004-2009 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,10 +24,10 @@ #include #include "printf.h" +#include "log.h" #include "sink.h" #include "mem.h" #include "vector.h" -#include "log.h" /** @brief vasprintf() workalike without encoding errors *