Browse Source

ok, using signal.h for portability reasons

custom-dwm
a@null 17 years ago
parent
commit
57a0788bd8
  1. 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…
Cancel
Save