- lib: gcc 4.4 fix; fixes #854

svn path=/trunk/boinc/; revision=18633
This commit is contained in:
David Anderson 2009-07-20 21:53:56 +00:00
parent b358089006
commit 8cee2998ce
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extern size_t strlcat(char *dst, const char *src, size_t size);
#endif
#if !defined(HAVE_STRCASESTR)
extern char *strcasestr(const char *s1, const char *s2);
extern const char *strcasestr(const char *s1, const char *s2);
#endif
#endif