Преглед изворни кода

added sys/signal.h inclusion for BSD compliance

a@null пре 17 година
родитељ
комит
0be9fb8797
1 измењених фајлова са 1 додато и 0 уклоњено
  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>