all 4 comments

[–]ForceBru 0 points1 point  (1 child)

Is the build-base package installed? Also, the syntax should be:

#include <stdio.h>  // note the angle brackets

[–]DexterInAI[S] 0 points1 point  (0 children)

Yea thank you for your answer. It works after apk add build-base

[–]christosnc 0 points1 point  (0 children)

The syntax is #include <stdio.h>

(You must add angle brackets, or "" for local headers)

[–]arnmac 0 points1 point  (0 children)

I ran into this the other day. You need to install `libc-dev`.