diff options
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf.c b/conf.c index 463e184..0764a4a 100644 --- a/conf.c +++ b/conf.c @@ -18,6 +18,17 @@ * $Id$ */ +#include <sys/param.h> +#include <sys/queue.h> +#include <sys/stat.h> + +#include <err.h> +#include <errno.h> +#include <stdlib.h> +#include <string.h> +#include <stdio.h> +#include <unistd.h> + #include "calmwm.h" #ifndef timespeccmp |