diff options
Diffstat (limited to 'screen.c')
-rw-r--r-- | screen.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/screen.c b/screen.c index dd47c30..0998b92 100644 --- a/screen.c +++ b/screen.c @@ -18,6 +18,16 @@ * $Id$ */ +#include <sys/param.h> +#include <sys/queue.h> + +#include <err.h> +#include <errno.h> +#include <stdlib.h> +#include <string.h> +#include <stdio.h> +#include <unistd.h> + #include "calmwm.h" struct screen_ctx * |