]> git.saurik.com Git - cycript.git/blobdiff - sig/types.hpp
Make the ARM thread setup code match i386/x86_64.
[cycript.git] / sig / types.hpp
index 117c7df5dd407bc1ac73802566d2e55ce2ecfcf9..d2367af92be5e21c4db0e824ad6a61cb3b6611d2 100644 (file)
@@ -22,6 +22,9 @@
 #ifndef SIG_TYPES_H
 #define SIG_TYPES_H
 
+#include <cstdlib>
+#include <stdint.h>
+
 #include "Standard.hpp"
 
 namespace sig {
@@ -54,7 +57,7 @@ enum Primitive {
 };
 
 struct Element {
-    char *name;
+    const char *name;
     struct Type *type;
     size_t offset;
 };