diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index 295333552..0af1746c9 100644 --- a/include/util.h +++ b/include/util.h @@ -21,7 +21,7 @@ #define G10_UTIL_H #if defined (__MINGW32__) || defined (__CYGWIN32__) -# include <stdarg.> +# include <stdarg.h> #endif #include "types.h" |