diff options
Diffstat (limited to 'src/config.cc')
-rw-r--r-- | src/config.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.cc b/src/config.cc index e9dc087f..34ebd3d7 100644 --- a/src/config.cc +++ b/src/config.cc @@ -16,8 +16,8 @@ #include "config.h" -#include <stdarg.h> -#include <stdio.h> +#include <cstdarg> +#include <cstdio> /* c99-style vsnprintf for MSVC < 2015. See http://stackoverflow.com/a/8712996 using _snprintf or vsnprintf will not-properly null-terminate, and will return |