diff options
Diffstat (limited to 'missing/snprintf.c')
-rw-r--r-- | missing/snprintf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/missing/snprintf.c b/missing/snprintf.c index dfff6ee..52eb9a6 100644 --- a/missing/snprintf.c +++ b/missing/snprintf.c @@ -31,9 +31,7 @@ * SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif #include <stdio.h> #include <stdarg.h> |