Skip to content

Commit

Permalink
Add missing include to harness
Browse files Browse the repository at this point in the history
  • Loading branch information
fcasal authored Aug 9, 2024
1 parent 1017337 commit 5fb217d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/fuzzing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdint.h>
#include <stdlib.h>

void check_buf(char *buf, size_t buf_len);

Expand Down

0 comments on commit 5fb217d

Please sign in to comment.