diff options
Diffstat (limited to 'xmalloc.c')
-rw-r--r-- | xmalloc.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xmalloc.c b/xmalloc.c index 989521f..8d9903e 100644 --- a/xmalloc.c +++ b/xmalloc.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" void * |