diff options
Diffstat (limited to 'robots/robots.h')
| -rw-r--r-- | robots/robots.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robots/robots.h b/robots/robots.h index d56639cc..ec487375 100644 --- a/robots/robots.h +++ b/robots/robots.h @@ -1,4 +1,4 @@ -/* $NetBSD: robots.h,v 1.6 1997/10/12 14:10:04 lukem Exp $ */ +/* $NetBSD: robots.h,v 1.7 1997/10/12 14:16:28 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -38,6 +38,7 @@ # include <sys/ttydefaults.h> # include <ctype.h> # include <curses.h> +# include <err.h> # include <fcntl.h> # include <pwd.h> # include <setjmp.h> |
