* remote.c (readchar): forward declare alarm which otherwise looks

like an undeclared variable to gcc.
This commit is contained in:
K. Richard Pixley
1993-02-18 00:05:45 +00:00
parent 040b959771
commit fce7f2d986
2 changed files with 7 additions and 0 deletions

View File

@@ -737,6 +737,10 @@ readchar ()
if (inbuf_index >= inbuf_count)
{
#ifndef HAVE_TERMIO
extern int alarm ();
#endif
/* Time to do another read... */
inbuf_index = 0;
inbuf_count = 0;