ok, using signal.h for portability reasons
This commit is contained in:
parent
3ad906eede
commit
57a0788bd8
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
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>
|
||||
|
|
Loading…
Reference in a new issue