diff options
Diffstat (limited to 'src/callint.c')
-rw-r--r-- | src/callint.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/callint.c b/src/callint.c index 88743b83980..5289bfa3853 100644 --- a/src/callint.c +++ b/src/callint.c @@ -27,12 +27,8 @@ Boston, MA 02111-1307, USA. */ #include "window.h" #include "mocklisp.h" -#ifdef HAVE_STRING_H -#include <string.h> -#endif - -#ifdef HAVE_STRINGS_H -#include <strings.h> +#ifdef HAVE_INDEX +extern char *index P_ ((const char *, int)); #endif extern Lisp_Object Qcursor_in_echo_area; |