diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-12 03:22:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-12 03:22:33 +0000 |
| commit | 73f85d0a630840ab2aa06f1237ef5802b65b43ec (patch) | |
| tree | 98a11fc89856d01fb285e07977af697792f9a79c /cwmcc/root_props.c | |
| parent | 949946a9b4054ebb46e2eca8bd7685dc9bb5765c (diff) | |
dont use #ifdef HAVE_FOO for ansi functions/headers
Diffstat (limited to 'cwmcc/root_props.c')
| -rw-r--r-- | cwmcc/root_props.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cwmcc/root_props.c b/cwmcc/root_props.c index bc963c83..daaf580e 100644 --- a/cwmcc/root_props.c +++ b/cwmcc/root_props.c @@ -3,9 +3,7 @@ #include "prop.h" #include "root_props.h" -#ifdef HAVE_STRING_H -# include <string.h> -#endif +#include <string.h> void cwmcc_root_get_supported(Window win, Atom **atoms) { |
