about summary refs log tree commit diff
path: root/menu.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 /menu.c
parent9088b86b140767416c5ddfd12cf269cb1421a927 (diff)
downloadcwm-b4315a3fdad8dc66e649a4df89617160943ae144.tar.gz
cwm-b4315a3fdad8dc66e649a4df89617160943ae144.tar.xz
cwm-b4315a3fdad8dc66e649a4df89617160943ae144.zip
Use vendored queue.h everywhere
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index e2b6e0e..dcf801d 100644
--- a/menu.c
+++ b/menu.c
@@ -20,7 +20,7 @@
  */
 
 #include <sys/param.h>
-#include <sys/queue.h>
+#include "queue.h"
 
 #include <ctype.h>
 #include <err.h>