@@ -1,7 +1,7 @@ /* - * Copyright (c) 2008 - 2009 + * Copyright (c) 2008 - 2010 * Jonathan Schleifer * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the @@ -10,10 +10,10 @@ */ #import "objfw-defs.h" #ifndef OF_HAVE_ASPRINTF -#include +# include extern int asprintf(char**, const char*, ...); extern int vasprintf(char**, const char*, va_list); #endif