diff options
Diffstat (limited to 'mousefunc.c')
-rw-r--r-- | mousefunc.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mousefunc.c b/mousefunc.c index e49a170..75e28cc 100644 --- a/mousefunc.c +++ b/mousefunc.c @@ -19,6 +19,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" static int mousefunc_sweep_calc(struct client_ctx *, int, int, int, int); |