Skip to content

Commit

Permalink
include stdbool.h in keystone.h for older compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Feb 20, 2018
1 parent d7ba8e3 commit 83655e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/keystone/keystone.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ extern "C" {
#define KEYSTONE_EXPORT __declspec(dllexport)
#else
#ifdef __GNUC__
#include <stdbool.h>
#define KEYSTONE_EXPORT __attribute__((visibility("default")))
#else
#define KEYSTONE_EXPORT
Expand Down

0 comments on commit 83655e4

Please sign in to comment.