1
1

- Include <strings.h> for rindex(3).

Thanks to Paul Hargrove.

   Please CMR:v1.5

This commit was SVN r23671.
Этот коммит содержится в:
Rainer Keller 2010-08-26 13:42:36 +00:00
родитель 60dacba04e
Коммит 12ed573e5e

Просмотреть файл

@ -25,6 +25,9 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif