diff options
| author | a@null <unknown> | 2008-12-13 16:35:34 +0000 | 
|---|---|---|
| committer | a@null <unknown> | 2008-12-13 16:35:34 +0000 | 
| commit | 0be9fb8797632f2792cc8bde0221560b3fb47cd4 (patch) | |
| tree | f06313137d0b84bb4686fdfa3a8ffc45820de975 | |
| parent | 62a491e36d493bf4585b348a4c28c5ed9bd3ea4e (diff) | |
added sys/signal.h inclusion for BSD compliance
| -rw-r--r-- | dwm.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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> | 
