diff --git a/src/files.c b/src/files.c index 3ef7147028a7ad373b0b240720dcc732a31aefc2..b72d644250eeeb24221cc4d736239ecb4e730622 100644 --- a/src/files.c +++ b/src/files.c @@ -21,6 +21,7 @@ #include "proto.h" +#include <stdarg.h> #include <stdio.h> #include <string.h> #include <unistd.h> diff --git a/src/nano.h b/src/nano.h index 6c6992092805a56a4c74436ee3fd1155e541c41e..270e806c272c0dc1e19c04e9aa2a4d9c28cd8cb3 100644 --- a/src/nano.h +++ b/src/nano.h @@ -48,8 +48,6 @@ #include <sys/param.h> #endif -#include <stdarg.h> - /* Suppress warnings for __attribute__((warn_unused_result)). */ #define IGNORE_CALL_RESULT(call) do { if (call) {} } while(0)