aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/poly1305.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/poly1305.c')
-rw-r--r--crypto/openssh/poly1305.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/openssh/poly1305.c b/crypto/openssh/poly1305.c
index de4d8877025d..c6747161c97f 100644
--- a/crypto/openssh/poly1305.c
+++ b/crypto/openssh/poly1305.c
@@ -7,9 +7,7 @@
#include "includes.h"
#include <sys/types.h>
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
+#include <stdint.h>
#include "poly1305.h"