diff --git a/content/docs/fuzzing/_index.md b/content/docs/fuzzing/_index.md index bdfd1b4..6d981ba 100644 --- a/content/docs/fuzzing/_index.md +++ b/content/docs/fuzzing/_index.md @@ -180,6 +180,7 @@ main.rs (Rust): Example code with a bug that causes an abort. The `check_buf` fu {{< tab "C/C++" >}} ```C++ #include +#include void check_buf(char *buf, size_t buf_len);