diff options
Diffstat (limited to 'sim/common/sim-trace.h')
-rw-r--r-- | sim/common/sim-trace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/common/sim-trace.h b/sim/common/sim-trace.h index c73dc6d..f17bbc6 100644 --- a/sim/common/sim-trace.h +++ b/sim/common/sim-trace.h @@ -22,6 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SIM_TRACE_H #define SIM_TRACE_H +#include <stdarg.h> + #include "dis-asm.h" /* Standard traceable entities. */ |