sim: callback: always include necessary headers

We use types from these headers, so always include them.
This commit is contained in:
Mike Frysinger
2021-04-24 13:57:21 -04:00
parent df68e12b3b
commit 2e4885ee8f
2 changed files with 4 additions and 4 deletions

View File

@@ -45,12 +45,8 @@
#ifndef SIM_CALLBACK_H
#define SIM_CALLBACK_H
/* ??? The reason why we check for va_start here should be documented. */
#ifndef va_start
#include <ansidecl.h>
#include <stdarg.h>
#endif
/* Needed for enum bfd_endian. */
#include "bfd.h"