aboutsummaryrefslogtreecommitdiffstats
path: root/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmalloc.c b/xmalloc.c
index f4bfee8..278d673 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -19,7 +19,7 @@
*/
#include <sys/types.h>
-#include <sys/queue.h>
+#include "queue.h"
#include <err.h>
#include <errno.h>