From 89563281384c34886fb12b169d1bdf8d293f0b48 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 7 May 2002 15:34:46 +0000 Subject: gcc 3 compatibility, converted strstreams to stringstreams --- util/bsetroot.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util/bsetroot.cc') diff --git a/util/bsetroot.cc b/util/bsetroot.cc index dce732aa..56748c30 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc @@ -2,14 +2,14 @@ # include "../config.h" #endif // HAVE_CONFIG_H -#ifdef HAVE_STDLIB_H -# include -#endif // HAVE_STDLIB_H - #ifdef HAVE_STRING_H # include #endif // HAVE_STRING_H +#ifdef HAVE_STDLIB_H +# include +#endif // HAVE_STDLIB_H + #ifdef HAVE_STDIO_H # include #endif // HAVE_STDIO_H -- cgit v1.2.3