aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-01-11 15:57:45 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-01-11 15:57:45 +0100
commit0c6f3234acea5888dd6c3c3aeee8cebcce59ba06 (patch)
tree9291fa68965b4f5114a53306b25552e1c8a51dcd /include
parentc6ba90ba1ca606b63373caaba16cb4fcc65d00f9 (diff)
downloadlibnitrokey-0c6f3234acea5888dd6c3c3aeee8cebcce59ba06.tar.gz
libnitrokey-0c6f3234acea5888dd6c3c3aeee8cebcce59ba06.tar.bz2
Use stdint instead of inttypes
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include')
-rw-r--r--include/stick10_commands.h2
-rw-r--r--include/stick10_commands_0.8.h2
-rw-r--r--include/stick20_commands.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/stick10_commands.h b/include/stick10_commands.h
index f02fd70..9b72e92 100644
--- a/include/stick10_commands.h
+++ b/include/stick10_commands.h
@@ -4,7 +4,7 @@
#include <iomanip>
#include <string>
#include <sstream>
-#include "inttypes.h"
+#include <stdint.h>
#include "command.h"
#include "device_proto.h"
diff --git a/include/stick10_commands_0.8.h b/include/stick10_commands_0.8.h
index 9594d1e..ead5add 100644
--- a/include/stick10_commands_0.8.h
+++ b/include/stick10_commands_0.8.h
@@ -9,7 +9,7 @@
#include <iomanip>
#include <string>
#include <sstream>
-#include "inttypes.h"
+#include <stdint.h>
#include "command.h"
#include "device_proto.h"
#include "stick10_commands.h"
diff --git a/include/stick20_commands.h b/include/stick20_commands.h
index e6df770..386cbda 100644
--- a/include/stick20_commands.h
+++ b/include/stick20_commands.h
@@ -1,7 +1,7 @@
#ifndef STICK20_COMMANDS_H
#define STICK20_COMMANDS_H
-#include "inttypes.h"
+#include <stdint.h>
#include "command.h"
#include <string>
#include <sstream>