artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
229c27f
)
Include endian.h for htobe32
author
tobhe
<tobhe@openbsd.org>
Sun, 4 Dec 2022 00:23:03 +0000
(
00:23
+0000)
committer
tobhe
<tobhe@openbsd.org>
Sun, 4 Dec 2022 00:23:03 +0000
(
00:23
+0000)
regress/sbin/iked/parser/test_parser_fuzz.c
patch
|
blob
|
history
diff --git
a/regress/sbin/iked/parser/test_parser_fuzz.c
b/regress/sbin/iked/parser/test_parser_fuzz.c
index
00b7a6c
..
902ea66
100644
(file)
--- 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 <sys/queue.h>
#include <sys/uio.h>
+#include <endian.h>
#include <event.h>
#include <imsg.h>
#include <string.h>