diff options
Diffstat (limited to 'sim/common/sim-engine.c')
-rw-r--r-- | sim/common/sim-engine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/sim-engine.c b/sim/common/sim-engine.c index 0e06b55..5eeef51 100644 --- a/sim/common/sim-engine.c +++ b/sim/common/sim-engine.c @@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* This must come before any other includes. */ #include "defs.h" +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> |