diff --git a/ch2-cgo/ch2-01-hello-cgo.md b/ch2-cgo/ch2-01-hello-cgo.md index 7463ce4..fa465a0 100644 --- a/ch2-cgo/ch2-01-hello-cgo.md +++ b/ch2-cgo/ch2-01-hello-cgo.md @@ -103,6 +103,7 @@ void SayHello(const char* s); ```c // hello.c +#include #include "hello.h" void SayHello(const char* s) {