diff options
Diffstat (limited to 'xmalloc.c')
-rw-r--r-- | xmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmalloc.c b/xmalloc.c index 0f1d6f3..675a0ff 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -19,7 +19,7 @@ */ #include <sys/param.h> -#include <sys/queue.h> +#include "queue.h" #include <err.h> #include <errno.h> |