X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrcspn.c;h=1e14c3779d1861f96122f926637854d5d38ad90f;hb=0aaee99cbb17d6508bef411304056c88ef6b3a89;hp=3cee66424c5a8ef21d7d08b5c2c4772e8708ceeb;hpb=cfbada19810991d0031d4546df8a829db9bdf01d;p=gnulib.git diff --git a/lib/strcspn.c b/lib/strcspn.c index 3cee66424..1e14c3779 100644 --- a/lib/strcspn.c +++ b/lib/strcspn.c @@ -11,20 +11,20 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H -#include +# include #endif #ifdef HAVE_STRING_H -#include +# include #else -#include -#ifndef strchr -#define strchr index -#endif +# include +# ifndef strchr +# define strchr index +# endif #endif /* Return the length of the maximum inital segment of S