about summary refs log tree commit diff
path: root/xutil.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2012-11-26 16:27:22 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2012-11-26 16:27:22 +0100
commitb4315a3fdad8dc66e649a4df89617160943ae144 (patch)
treebc8346ebab7bbe95d16f2ee8785aa78bfc39ba3b /xutil.c
parent9088b86b140767416c5ddfd12cf269cb1421a927 (diff)
downloadcwm-b4315a3fdad8dc66e649a4df89617160943ae144.tar.gz
cwm-b4315a3fdad8dc66e649a4df89617160943ae144.tar.xz
cwm-b4315a3fdad8dc66e649a4df89617160943ae144.zip
Use vendored queue.h everywhere
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xutil.c b/xutil.c
index 9c80dfe..fa3fc7f 100644
--- a/xutil.c
+++ b/xutil.c
@@ -19,7 +19,7 @@
  */
 
 #include <sys/param.h>
-#include <sys/queue.h>
+#include "queue.h"
 
 #include <err.h>
 #include <errno.h>