forked from Imagelibrary/binutils-gdb
sim: callback: always include necessary headers
We use types from these headers, so always include them.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user