diff options
Diffstat (limited to 'Build/source/texk/kpathsea/lib.h')
-rw-r--r-- | Build/source/texk/kpathsea/lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/lib.h b/Build/source/texk/kpathsea/lib.h index 18b2339d863..2a246b19584 100644 --- a/Build/source/texk/kpathsea/lib.h +++ b/Build/source/texk/kpathsea/lib.h @@ -120,7 +120,7 @@ extern KPSEDLL const_string xbasename P1H(const_string name); /* Return directory part of NAME. This returns a new string. */ extern KPSEDLL string xdirname P1H(const_string name); -#ifndef HAVE_STRSTR +#if !HAVE_DECL_STRSTR extern string strstr P2H(const_string haystack, const_string needle); #endif |