sim: include ansidecl.h when needed

Avoid implicit include deps with this to help untangle sim headers
so we can get rid of arch-specific sim-main.h.
This commit is contained in:
Mike Frysinger
2021-12-04 21:09:23 -05:00
parent 33bbd5e8dd
commit 843bf75416
16 changed files with 26 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include "ansidecl.h"
typedef struct _sim_engine sim_engine;
struct _sim_engine
{