From: tobhe Date: Sun, 4 Dec 2022 00:23:03 +0000 (+0000) Subject: Include endian.h for htobe32 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ff06e872f2552aa80497feed4f871cf5cb11d1c4;p=openbsd Include endian.h for htobe32 --- diff --git a/regress/sbin/iked/parser/test_parser_fuzz.c b/regress/sbin/iked/parser/test_parser_fuzz.c index 00b7a6c36a9..902ea660b9b 100644 --- a/regress/sbin/iked/parser/test_parser_fuzz.c +++ b/regress/sbin/iked/parser/test_parser_fuzz.c @@ -1,4 +1,4 @@ -/* $OpenBSD: test_parser_fuzz.c,v 1.7 2022/12/03 22:34:35 tobhe Exp $ */ +/* $OpenBSD: test_parser_fuzz.c,v 1.8 2022/12/04 00:23:03 tobhe Exp $ */ /* * Fuzz tests for payload parsing * @@ -9,6 +9,7 @@ #include #include +#include #include #include #include