Преглед на файлове

ok, using signal.h for portability reasons

a@null преди 17 години
родител
ревизия
57a0788bd8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      dwm.c

+ 1 - 1
dwm.c

@@ -23,11 +23,11 @@
 #include <errno.h>
 #include <locale.h>
 #include <stdarg.h>
+#include <signal.h>
 #include <stdio.h>
 #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>