diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/stick10_commands_0.8.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/stick10_commands_0.8.h b/include/stick10_commands_0.8.h index ead5add..4337bb7 100644 --- a/include/stick10_commands_0.8.h +++ b/include/stick10_commands_0.8.h @@ -14,6 +14,8 @@ #include "device_proto.h" #include "stick10_commands.h" +#pragma pack (push,1) + namespace nitrokey { namespace proto { @@ -309,4 +311,6 @@ namespace nitrokey { } } } +#pragma pack (pop) + #endif //LIBNITROKEY_STICK10_COMMANDS_0_8_H |