]> git.saurik.com Git - cycript.git/blobdiff - Baton.hpp
Surprisingly, od -t c is locale (LANG) sensitive.
[cycript.git] / Baton.hpp
index 86078939468f627718f3b6453cfcbda44bf1fc99..48d103d6afa54d0d5bf34215cce695eff3aa48c0 100644 (file)
--- a/Baton.hpp
+++ b/Baton.hpp
@@ -19,6 +19,8 @@
 **/
 /* }}} */
 
+#include "Standard.hpp"
+
 #include <dlfcn.h>
 #include <mach/mach.h>
 #include <sys/types.h>
@@ -27,4 +29,4 @@ struct Baton {
     mach_vm_address_t dyld;
     pid_t pid;
     char library[];
-};
+} _packed;