From: Dana Jansens Date: Sun, 5 May 2002 23:18:35 +0000 (+0000) Subject: fix headers to use the new defines X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=4e2c37f2d20a1be4fd7826b817ec5b7caa31138a;p=chaz%2Fopenbox fix headers to use the new defines --- diff --git a/util/bsetroot.cc b/util/bsetroot.cc index cb37cb6b..dce732aa 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc @@ -2,10 +2,13 @@ # include "../config.h" #endif // HAVE_CONFIG_H -#ifdef STDC_HEADERS -# include +#ifdef HAVE_STDLIB_H # include -#endif // STDC_HEADERS +#endif // HAVE_STDLIB_H + +#ifdef HAVE_STRING_H +# include +#endif // HAVE_STRING_H #ifdef HAVE_STDIO_H # include