diff options
Diffstat (limited to 'contrib/file/vasprintf.c')
-rw-r--r-- | contrib/file/vasprintf.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/file/vasprintf.c b/contrib/file/vasprintf.c index 0289c0d..3e3af20 100644 --- a/contrib/file/vasprintf.c +++ b/contrib/file/vasprintf.c @@ -105,12 +105,13 @@ A buffer overflow can only occur if your sprintf() do strange things or when you use strange formats. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include "file.h" + +#ifndef lint +FILE_RCSID("@(#)$File: vasprintf.c,v 1.7 2009/02/03 20:27:52 christos Exp $") +#endif /* lint */ #include <assert.h> -#include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdarg.h> |