diff options
Diffstat (limited to 'mousefunc.c')
-rw-r--r-- | mousefunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mousefunc.c b/mousefunc.c index d61adca..37dd7a1 100644 --- a/mousefunc.c +++ b/mousefunc.c @@ -20,7 +20,7 @@ */ #include <sys/param.h> -#include <sys/queue.h> +#include "queue.h" #include <err.h> #include <errno.h> |