Browse Source

added sys/signal.h inclusion for BSD compliance

master
a@null 16 years ago
parent
commit
0be9fb8797
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      dwm.c

+ 1
- 0
dwm.c View File

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


Loading…
Cancel
Save