diff options
author | Damien Miller <djm@mindrot.org> | 2016-03-08 14:03:54 -0800 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-03-08 14:03:54 -0800 |
commit | c425494d6b6181beb54a1b3763ef9e944fd3c214 (patch) | |
tree | 3b716c654646442c6d824e904dc71364500a2104 /regress/misc | |
parent | 3ed9218c336607846563daea5d5ab4f701f4e042 (diff) |
unbreak kexfuzz for -Werror without __bounded__
Diffstat (limited to 'regress/misc')
-rw-r--r-- | regress/misc/kexfuzz/kexfuzz.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/misc/kexfuzz/kexfuzz.c b/regress/misc/kexfuzz/kexfuzz.c index d57a117ac..0a4eabc43 100644 --- a/regress/misc/kexfuzz/kexfuzz.c +++ b/regress/misc/kexfuzz/kexfuzz.c | |||
@@ -5,6 +5,8 @@ | |||
5 | * Placed in the public domain | 5 | * Placed in the public domain |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "includes.h" | ||
9 | |||
8 | #include <sys/types.h> | 10 | #include <sys/types.h> |
9 | #include <sys/param.h> | 11 | #include <sys/param.h> |
10 | #include <stdio.h> | 12 | #include <stdio.h> |