sim: include stdarg.h when used

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:04:41 -05:00
parent 20a8e078cc
commit 2c29882f83
20 changed files with 22 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* This must come before any other includes. */
#include "defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>