diff options
Diffstat (limited to 'examples/embedding/hello-embed.c')
-rw-r--r-- | examples/embedding/hello-embed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/embedding/hello-embed.c b/examples/embedding/hello-embed.c index 9a90288cf..0b778986b 100644 --- a/examples/embedding/hello-embed.c +++ b/examples/embedding/hello-embed.c @@ -28,6 +28,7 @@ #include <stdio.h> #include <stdlib.h> +#include "py/builtin.h" #include "py/compile.h" #include "py/runtime.h" #include "py/gc.h" |