diff options
Diffstat (limited to 'regress/unittests/test_helper/fuzz.c')
-rw-r--r-- | regress/unittests/test_helper/fuzz.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/test_helper/fuzz.c b/regress/unittests/test_helper/fuzz.c index b64af24ed..63b2370d2 100644 --- a/regress/unittests/test_helper/fuzz.c +++ b/regress/unittests/test_helper/fuzz.c | |||
@@ -17,6 +17,8 @@ | |||
17 | 17 | ||
18 | /* Utility functions/framework for fuzz tests */ | 18 | /* Utility functions/framework for fuzz tests */ |
19 | 19 | ||
20 | #include "includes.h" | ||
21 | |||
20 | #include <sys/types.h> | 22 | #include <sys/types.h> |
21 | 23 | ||
22 | #include <assert.h> | 24 | #include <assert.h> |