summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lamoureux <andrew@vector35.com>2021-07-06 11:40:14 -0400
committerAndrew Lamoureux <andrew@vector35.com>2021-07-06 11:40:14 -0400
commitc071307a1b8b76cbaad98886dc2a48bb06b2d3f6 (patch)
treee48d3ed0b0613cc690c939af23ec749f65f5f064
parent827f023df50ae508bdde724f8b4a6a9d1863336f (diff)
Remove include of stdlib.h from binaryninjacore.h
* fixes rust bindgen not finding stdlib in libclang * tested that binja builds release+debug without this include
-rw-r--r--binaryninjacore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 0bda69b2..def57659 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -23,7 +23,6 @@
#include <stdint.h>
#include <stddef.h>
-#include <stdlib.h>
// Current ABI version for linking to the core. This is incremented any time
// there are changes to the API that affect linking, including new functions,