From 4e2c37f2d20a1be4fd7826b817ec5b7caa31138a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 5 May 2002 23:18:35 +0000 Subject: [PATCH] fix headers to use the new defines --- util/bsetroot.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 2.39.2