diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-07 15:34:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-07 15:34:46 +0000 |
| commit | 89563281384c34886fb12b169d1bdf8d293f0b48 (patch) | |
| tree | 9136a0a54065ec1b9d062f471e309c2d44d3c651 /util | |
| parent | 4e2c37f2d20a1be4fd7826b817ec5b7caa31138a (diff) | |
gcc 3 compatibility, converted strstreams to stringstreams
Diffstat (limited to 'util')
| -rw-r--r-- | util/Makefile.in | 4 | ||||
| -rw-r--r-- | util/bsetroot.cc | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/util/Makefile.in b/util/Makefile.in index 3f3f38dc..a9625a18 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. 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 <stdlib.h> -#endif // HAVE_STDLIB_H - #ifdef HAVE_STRING_H # include <string.h> #endif // HAVE_STRING_H +#ifdef HAVE_STDLIB_H +# include <stdlib.h> +#endif // HAVE_STDLIB_H + #ifdef HAVE_STDIO_H # include <stdio.h> #endif // HAVE_STDIO_H |
