diff options
Diffstat (limited to 'sim/common/sim-io.c')
-rw-r--r-- | sim/common/sim-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/sim-io.c b/sim/common/sim-io.c index 5a47f65..a278d6e 100644 --- a/sim/common/sim-io.c +++ b/sim/common/sim-io.c @@ -26,6 +26,7 @@ #if HAVE_FCNTL_H #include <fcntl.h> #endif +#include <stdarg.h> #include <stdlib.h> #if HAVE_UNISTD_H #include <unistd.h> |