summaryrefslogtreecommitdiff
path: root/cwmcc/client_props.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-12 03:22:33 +0000
committerDana Jansens <danakj@orodu.net>2003-04-12 03:22:33 +0000
commit73f85d0a630840ab2aa06f1237ef5802b65b43ec (patch)
tree98a11fc89856d01fb285e07977af697792f9a79c /cwmcc/client_props.c
parent949946a9b4054ebb46e2eca8bd7685dc9bb5765c (diff)
dont use #ifdef HAVE_FOO for ansi functions/headers
Diffstat (limited to 'cwmcc/client_props.c')
-rw-r--r--cwmcc/client_props.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cwmcc/client_props.c b/cwmcc/client_props.c
index 30644dd8..b91deb2f 100644
--- a/cwmcc/client_props.c
+++ b/cwmcc/client_props.c
@@ -4,9 +4,7 @@
#include "client_props.h"
#include <X11/Xutil.h>
-#ifdef HAVE_STRING_H
-# include <string.h>
-#endif
+#include <string.h>
void cwmcc_client_get_protocols(Window win, Atom **protocols)
{