Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/robots Include <sys/endian.h>.



details:   https://anonhg.NetBSD.org/src/rev/b0738d7c22cf
branches:  trunk
changeset: 558064:b0738d7c22cf
user:      jsm <jsm%NetBSD.org@localhost>
date:      Tue Jan 27 20:26:55 2004 +0000

description:
Include <sys/endian.h>.

diffstat:

 games/robots/robots.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 702afa78ba64 -r b0738d7c22cf games/robots/robots.h
--- a/games/robots/robots.h     Tue Jan 27 20:26:20 2004 +0000
+++ b/games/robots/robots.h     Tue Jan 27 20:26:55 2004 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index