ok, using signal.h for portability reasons

This commit is contained in:
a@null 2008-12-13 17:44:29 +00:00
parent 3ad906eede
commit 57a0788bd8
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

@ -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>