Index: lib/strsep.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/strsep.h,v retrieving revision 1.1 diff -u -r1.1 strsep.h --- lib/strsep.h 1 Oct 2004 16:38:25 -0000 1.1 +++ lib/strsep.h 2 Oct 2004 11:27:31 -0000 @@ -38,6 +38,8 @@ Caveat: It doesn't work with multibyte strings unless all of the delimiter characters are ASCII characters < 0x30. */ +#if defined HAVE_DECL_STRSEP && !HAVE_DECL_STRSEP extern char *strsep (char **stringp, const char *delim); +#endif #endif /* GNULIB_STRSEP_H_ */