mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix implicit declaration warning in fuzz build
This commit is contained in:
parent
6400b13754
commit
40a6bab886
|
@ -34,6 +34,7 @@
|
|||
|
||||
//!TOKSTYLE-
|
||||
#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
|
||||
#include <assert.h>
|
||||
#include "../testing/fuzzing/fuzz_adapter.h"
|
||||
#endif
|
||||
//!TOKSTYLE+
|
||||
|
|
Loading…
Reference in New Issue
Block a user