Include endian.h for htobe32
authortobhe <tobhe@openbsd.org>
Sun, 4 Dec 2022 00:23:03 +0000 (00:23 +0000)
committertobhe <tobhe@openbsd.org>
Sun, 4 Dec 2022 00:23:03 +0000 (00:23 +0000)
regress/sbin/iked/parser/test_parser_fuzz.c

index 00b7a6c..902ea66 100644 (file)
@@ -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 <sys/queue.h>
 #include <sys/uio.h>
 
+#include <endian.h>
 #include <event.h>
 #include <imsg.h>
 #include <string.h>