diff options
Diffstat (limited to 'robots/flush_in.c')
| -rw-r--r-- | robots/flush_in.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/robots/flush_in.c b/robots/flush_in.c index b65215c9..1acc2e3c 100644 --- a/robots/flush_in.c +++ b/robots/flush_in.c @@ -1,4 +1,4 @@ -/* $NetBSD: flush_in.c,v 1.8 2009/07/20 06:00:56 dholland Exp $ */ +/* $NetBSD: flush_in.c,v 1.9 2009/07/20 06:39:06 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,10 +34,12 @@ #if 0 static char sccsid[] = "@(#)flush_in.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: flush_in.c,v 1.8 2009/07/20 06:00:56 dholland Exp $"); +__RCSID("$NetBSD: flush_in.c,v 1.9 2009/07/20 06:39:06 dholland Exp $"); #endif #endif /* not lint */ +#include <stdio.h> +#include <termios.h> #include "robots.h" /* |
