arm_jit: add missing include for offsetof()

This commit is contained in:
riccardom 2012-08-01 15:33:02 +00:00
parent eecf260b22
commit 738c5c3c43
1 changed files with 1 additions and 0 deletions

View File

@ -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"