From 82e61c015fe82b673676c3242f014bf26c0dd152 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Tue, 16 Apr 2002 20:30:53 +0000 Subject: [PATCH] fixed HAVE_STRING_H introduced from some parrallel development. blast --- src/Toolbar.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2