summaryrefslogtreecommitdiff
path: root/memxor.h
diff options
context:
space:
mode:
Diffstat (limited to 'memxor.h')
-rw-r--r--memxor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/memxor.h b/memxor.h
index 25621b19..fe214c39 100644
--- a/memxor.h
+++ b/memxor.h
@@ -5,8 +5,8 @@
#ifndef NETTLE_MEMXOR_H_INCLUDED
#define NETTLE_MEMXOR_H_INCLUDED
-#include <inttypes.h>
#include <stdlib.h>
+#include "nettle-types.h"
uint8_t *memxor(uint8_t *dst, const uint8_t *src, size_t n);