X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/38ae783db781810a19b3103bb55c81ea70e7d952..a93f15c0bc99a80cc7dbe2f43f53ca3f2d7f64a3:/Baton.hpp diff --git a/Baton.hpp b/Baton.hpp index 8607893..48d103d 100644 --- a/Baton.hpp +++ b/Baton.hpp @@ -19,6 +19,8 @@ **/ /* }}} */ +#include "Standard.hpp" + #include #include #include @@ -27,4 +29,4 @@ struct Baton { mach_vm_address_t dyld; pid_t pid; char library[]; -}; +} _packed;