arm_jit: add missing include for offsetof()
This commit is contained in:
parent
eecf260b22
commit
738c5c3c43
|
@ -27,6 +27,7 @@
|
|||
#include <sys/mman.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <stddef.h>
|
||||
#define HAVE_STATIC_CODE_BUFFER
|
||||
#endif
|
||||
#include "instructions.h"
|
||||
|
|
Loading…
Reference in New Issue