Explorar o código

added sys/signal.h inclusion for BSD compliance

a@null %!s(int64=17) %!d(string=hai) anos
pai
achega
0be9fb8797
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dwm.c

+ 1 - 0
dwm.c

@@ -27,6 +27,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <sys/signal.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <X11/cursorfont.h>