diff --git a/doc/site/embedding/index.markdown b/doc/site/embedding/index.markdown index 3c448295..ccb7ae2f 100644 --- a/doc/site/embedding/index.markdown +++ b/doc/site/embedding/index.markdown @@ -208,7 +208,7 @@ You can find this file in the [example](https://github.com/wren-lang/wren/blob/m
 //For more details, visit https://wren.io/embedding/
 
-#include 
+#include <stdio.h>
 #include "wren.h"
 
 static void writeFn(WrenVM* vm, const char* text)