summaryrefslogtreecommitdiffstats
path: root/robots
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2004-01-27 20:26:55 +0000
committerjsm <jsm@NetBSD.org>2004-01-27 20:26:55 +0000
commit9d392898ef791c3bb126639435de44743cc5e4e8 (patch)
tree6f9f78b88aecb2522beaf59f57101d616ee6af41 /robots
parent1d4e0c9ae03ba66fd6ef8f1a9514f0f15395c6ca (diff)
downloadbsdgames-darwin-9d392898ef791c3bb126639435de44743cc5e4e8.tar.gz
bsdgames-darwin-9d392898ef791c3bb126639435de44743cc5e4e8.tar.zst
bsdgames-darwin-9d392898ef791c3bb126639435de44743cc5e4e8.zip
Include <sys/endian.h>.
Diffstat (limited to 'robots')
-rw-r--r--robots/robots.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/robots/robots.h b/robots/robots.h
index 6a0622b6..0676d3fa 100644
--- a/robots/robots.h
+++ b/robots/robots.h
@@ -1,4 +1,4 @@
-/* $NetBSD: robots.h,v 1.16 2003/08/07 09:37:37 agc Exp $ */
+/* $NetBSD: robots.h,v 1.17 2004/01/27 20:26:55 jsm Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -32,6 +32,7 @@
*/
# include <sys/ttydefaults.h>
+# include <sys/endian.h>
# include <ctype.h>
# include <curses.h>
# include <err.h>