aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/sshbuf-getput-basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/sshbuf-getput-basic.c')
-rw-r--r--crypto/openssh/sshbuf-getput-basic.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/openssh/sshbuf-getput-basic.c b/crypto/openssh/sshbuf-getput-basic.c
index 5c71b0e53563..2cc562b244f2 100644
--- a/crypto/openssh/sshbuf-getput-basic.c
+++ b/crypto/openssh/sshbuf-getput-basic.c
@@ -24,9 +24,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
+#include <stdint.h>
#include "ssherr.h"
#include "sshbuf.h"