Fixed includes for moved unicorn_dynload.h file

This commit is contained in:
xorstream
2015-12-15 17:17:14 +11:00
parent 74aeef217c
commit f68077852f
11 changed files with 11 additions and 11 deletions

View File

@@ -33,7 +33,7 @@
#ifdef UNICORN_SHARED
#undef UNICORN_SHARED
#endif
#include "unicorn.h"
#include <unicorn/unicorn.h>
#ifdef __cplusplus
extern "C" {