mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 01:50:59 +00:00
fix include path of platform.h
This commit is contained in:
parent
5d0797afe7
commit
e98a396e68
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue