]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
agent_fuzz doesn't want stdint.h conditionalised
authorDamien Miller <djm@mindrot.org>
Wed, 19 Jul 2023 02:07:18 +0000 (12:07 +1000)
committerDamien Miller <djm@mindrot.org>
Wed, 19 Jul 2023 02:07:18 +0000 (12:07 +1000)
regress/misc/fuzz-harness/agent_fuzz.cc

index 3013f54d599116cbf8fb2d9a78d43e515f16fa6b..ad85b2f9a29750c1c5cc8c9b48081e5571619bcd 100644 (file)
@@ -1,9 +1,7 @@
 // cc_fuzz_target test for ssh-agent.
 extern "C" {
 
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
+#include <stdint.h>
 #include <sys/types.h>
 
 extern void test_one(const uint8_t* s, size_t slen);