=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/extern.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/bc/extern.h 2011/08/03 08:48:19 1.9 +++ src/usr.bin/bc/extern.h 2013/09/19 16:12:01 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.9 2011/08/03 08:48:19 otto Exp $ */ +/* $OpenBSD: extern.h,v 1.10 2013/09/19 16:12:01 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -16,6 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include struct lvalue { @@ -27,7 +28,9 @@ void yyerror(char *); void fatal(const char *); void abort_line(int); +struct termios; int gettty(struct termios *); +void tstpcont(int); unsigned char bc_eof(EditLine *, int); extern int lineno;