summaryrefslogtreecommitdiffstats
path: root/robots/robots.h
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-12 14:16:26 +0000
committerlukem <lukem@NetBSD.org>1997-10-12 14:16:26 +0000
commit5a5bf2abf0d9a42df55b7ff2d902b35e0dd9b7de (patch)
tree1d78c3a4f13dc797ebdf17fea1e48bd4068f92bf /robots/robots.h
parenta0bb5b9abf33dc2d2220eb3bd6e79c964e92a1c1 (diff)
downloadbsdgames-darwin-5a5bf2abf0d9a42df55b7ff2d902b35e0dd9b7de.tar.gz
bsdgames-darwin-5a5bf2abf0d9a42df55b7ff2d902b35e0dd9b7de.tar.zst
bsdgames-darwin-5a5bf2abf0d9a42df55b7ff2d902b35e0dd9b7de.zip
deprecate bzero, rindex, etc. use symbolic constants in open()
Diffstat (limited to 'robots/robots.h')
-rw-r--r--robots/robots.h3
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>