From 251dd4034f3a3f11a190c06d7b69670dc87d219d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 16 Apr 2002 06:25:00 +0000 Subject: get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead --- src/openbox.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/openbox.cc') diff --git a/src/openbox.cc b/src/openbox.cc index b3678664..371feb4b 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -64,10 +64,13 @@ # include #endif // HAVE_STDIO_H -#ifdef STDC_HEADERS +#ifdef HAVE_STDLIB_H # include +#endif // HAVE_STDLIB_H + +#ifdef HAVE_STRING_H # include -#endif // STDC_HEADERS +#endif // HAVE_STRING_H #ifdef HAVE_UNISTD_H # include -- cgit v1.2.3