diff options
Diffstat (limited to 'contrib/file/asprintf.c')
-rw-r--r-- | contrib/file/asprintf.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/file/asprintf.c b/contrib/file/asprintf.c index c103cf18e553..0606593ed3b6 100644 --- a/contrib/file/asprintf.c +++ b/contrib/file/asprintf.c @@ -26,7 +26,11 @@ * SUCH DAMAGE. */ -#include <stdarg.h> +#include "file.h" + +#ifndef lint +FILE_RCSID("@(#)$File: asprintf.c,v 1.3 2009/02/03 20:27:51 christos Exp $") +#endif int vasprintf(char **ptr, const char *format_string, va_list vargs); |