From c8e5fd37ae9984c3b870151e7e33400276d1c86d Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 31 Mar 2022 18:56:27 +0000 Subject: [PATCH] cleanup: Add include for assert.h for the fuzzing build. See https://github.com/TokTok/c-toxcore/runs/5776684729?check_suite_focus=true#step:4:945. --- toxcore/mono_time.c | 1 + 1 file changed, 1 insertion(+) diff --git a/toxcore/mono_time.c b/toxcore/mono_time.c index 2a2ec3a284..88017135f4 100644 --- a/toxcore/mono_time.c +++ b/toxcore/mono_time.c @@ -26,6 +26,7 @@ #include #endif +#include #include #include #include