diff options
Diffstat (limited to 'sim/common/sim-engine.h')
-rw-r--r-- | sim/common/sim-engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/sim-engine.h b/sim/common/sim-engine.h index 1feb8a6..159d96b 100644 --- a/sim/common/sim-engine.h +++ b/sim/common/sim-engine.h @@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SIM_ENGINE_H #define SIM_ENGINE_H +#include <stdarg.h> typedef struct _sim_engine sim_engine; struct _sim_engine |