diff options
author | okan <okan> | 2009-12-15 04:10:42 +0000 |
---|---|---|
committer | okan <okan> | 2009-12-15 04:10:42 +0000 |
commit | ccb207a8a8d95d9673614727a5f60facdf57b275 (patch) | |
tree | 2e0ddfa9ca5fa9b376570dcbfd7288978252f612 /calmwm.c | |
parent | 09a2d7fb98b326dc43b932c43beb34b5924d7266 (diff) | |
download | cwm-ccb207a8a8d95d9673614727a5f60facdf57b275.tar.gz cwm-ccb207a8a8d95d9673614727a5f60facdf57b275.tar.xz cwm-ccb207a8a8d95d9673614727a5f60facdf57b275.zip |
pull all non-X11 headers from calmwm.h and place them only where they
are required. encourged to go all the way by oga@
Diffstat (limited to 'calmwm.c')
-rw-r--r-- | calmwm.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calmwm.c b/calmwm.c index d08ed86..d28dde5 100644 --- a/calmwm.c +++ b/calmwm.c @@ -18,8 +18,18 @@ * $Id$ */ +#include <sys/param.h> +#include <sys/queue.h> +#include <sys/wait.h> + +#include <err.h> +#include <errno.h> #include <getopt.h> #include <signal.h> +#include <stdlib.h> +#include <string.h> +#include <stdio.h> +#include <unistd.h> #include "calmwm.h" |