mirror of
https://github.com/ptitSeb/box86.git
synced 2024-12-13 01:25:34 +00:00
Fixed a warning in generated wrapper.c
This commit is contained in:
parent
c2206f5452
commit
10e849ce60
@ -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;
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
#ifndef __WRAPPER_H_
|
||||
#define __WRAPPER_H_
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
typedef struct x86emu_s x86emu_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user