diff options
Diffstat (limited to 'include/command_id.h')
-rw-r--r-- | include/command_id.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command_id.h b/include/command_id.h index 346b750..9d12f93 100644 --- a/include/command_id.h +++ b/include/command_id.h @@ -1,6 +1,6 @@ #ifndef COMMAND_ID_H #define COMMAND_ID_H -#include "inttypes.h" +#include <stdint.h> namespace nitrokey { namespace proto { |