summaryrefslogtreecommitdiff
path: root/des.h
diff options
context:
space:
mode:
Diffstat (limited to 'des.h')
-rw-r--r--des.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/des.h b/des.h
index 9f7584d0..9c09a5dd 100644
--- a/des.h
+++ b/des.h
@@ -35,7 +35,7 @@
#ifndef NETTLE_DES_H
#define NETTLE_DES_H
-#include <stdint.h>
+#include <inttypes.h>
#define DES_KEY_SIZE 8
#define DES_BLOCK_SIZE 8