]> git.saurik.com Git - cycript.git/commitdiff
On Mac OS X 10.9, cstddef is needed for offsetof.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 1 Jul 2013 05:36:03 +0000 (22:36 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 1 Jul 2013 05:36:03 +0000 (22:36 -0700)
Bridge.sh

index 9a7c807bfd8d9ea79d31b4d5f2262232ffdfb690..3652043879333b3cd5373e669ceac6a260ca5c55 100755 (executable)
--- a/Bridge.sh
+++ b/Bridge.sh
@@ -21,6 +21,7 @@
 
 cat << EOF
 %{
 
 cat << EOF
 %{
+#include <cstddef>
 #include <cstring>
 #include "Execute.hpp"
 %}
 #include <cstring>
 #include "Execute.hpp"
 %}