Skip to content

Commit

Permalink
cleanup: Add include for assert.h for the fuzzing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Mar 31, 2022
1 parent cc0c4a5 commit c8e5fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toxcore/mono_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <sys/time.h>
#endif

#include <assert.h>
#include <pthread.h>
#include <stdlib.h>
#include <time.h>
Expand Down

0 comments on commit c8e5fd3

Please sign in to comment.