Fixed a warning in generated wrapper.c

This commit is contained in:
ptitSeb 2020-11-17 10:03:35 +01:00
parent c2206f5452
commit 10e849ce60
2 changed files with 2 additions and 0 deletions

View File

@ -289,6 +289,7 @@ int of_convert(int);
#ifndef __WRAPPER_H_
#define __WRAPPER_H_
#include <stdint.h>
#include <string.h>
typedef struct x86emu_s x86emu_t;

View File

@ -4,6 +4,7 @@
#ifndef __WRAPPER_H_
#define __WRAPPER_H_
#include <stdint.h>
#include <string.h>
typedef struct x86emu_s x86emu_t;