index
:
cwm
trunk
A Linux port and fork of OpenBSD's cwm(1)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
conf.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '')
-rw-r--r--
conf.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 1e95bd9..597dd79 100644
--- a/
conf.c
+++ b/
conf.c
@@ -19,7 +19,7 @@
*/
#include <sys/types.h>
-#include <sys/queue.h>
+#include "queue.h"
#include <err.h>
#include <errno.h>