Hi to all,

I'm trying to compile the libpcap library from source using musl and clang. It compiles if I only use clang with libc, but using musl it dies.
The problem I'm currently facing is that the source codes require header files such as linux/types.h, but there isn't any linux sub folder in the include folder of my compiled musl library. Is that normal? Should I be able to compile libpcap using musl, or does it require any features which haven't been implemented in musl yet?

Thanks,
Hamed