diff --git a/infra/build/blog/content/posts/introducing-llm-based-harness-synthesis-for-unfuzzed-projects.md b/infra/build/blog/content/posts/introducing-llm-based-harness-synthesis-for-unfuzzed-projects.md index 9bb73124b624..206759753bc2 100644 --- a/infra/build/blog/content/posts/introducing-llm-based-harness-synthesis-for-unfuzzed-projects.md +++ b/infra/build/blog/content/posts/introducing-llm-based-harness-synthesis-for-unfuzzed-projects.md @@ -228,7 +228,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { Example 3, Simpleson harness ([PR](https://github.com/gregjesl/simpleson/pull/40)) ```c -nclude +#include #include #include #include