fix include path of platform.h
This commit is contained in:
@ -12,8 +12,9 @@ extern "C" {
|
|||||||
#pragma comment(lib, "unicorn.lib")
|
#pragma comment(lib, "unicorn.lib")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "unicorn/platform.h"
|
#include "platform.h"
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#if defined(UNICORN_HAS_OSXKERNEL)
|
#if defined(UNICORN_HAS_OSXKERNEL)
|
||||||
#include <libkern/libkern.h>
|
#include <libkern/libkern.h>
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user