michaelforney / swc

a library for making a simple Wayland compositor
MIT License
614 stars 52 forks source link

Unable to compile (due to missing #include <signal.h> in xserver.c ?) #36

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello,

I had

implicit declaration of function kill

and other SIG-related errors when trying to compile swc. Adding #include <signal.h> in xserver.c did fix them.

Distribution: musl Void Linux (if that matters).