From: Scott Moynes Date: Tue, 16 Apr 2002 20:30:53 +0000 (+0000) Subject: fixed HAVE_STRING_H introduced from some parrallel development. blast X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=82e61c015fe82b673676c3242f014bf26c0dd152;p=chaz%2Fopenbox fixed HAVE_STRING_H introduced from some parrallel development. blast --- diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 6d5a5ac4..b44017d4 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc @@ -43,9 +43,9 @@ #include -#ifdef STDC_HEADERS +#ifdef HAVE_STRING_H # include -#endif // STDC_HEADERS +#endif // HAVE_STRING_H #ifdef HAVE_STDIO_H # include