summaryrefslogtreecommitdiffstats
path: root/fortune/fortune/fortune.c
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2004-01-27 20:24:32 +0000
committerjsm <jsm@NetBSD.org>2004-01-27 20:24:32 +0000
commit9003c8750634e49ce28e19c1e8a66e3d0b750bec (patch)
tree01f85d15ba9f4c37cbc37735f3844261b481e798 /fortune/fortune/fortune.c
parentc390f2a9e6bae826618bcbfe8f92f498690b662f (diff)
downloadbsdgames-darwin-9003c8750634e49ce28e19c1e8a66e3d0b750bec.tar.gz
bsdgames-darwin-9003c8750634e49ce28e19c1e8a66e3d0b750bec.tar.zst
bsdgames-darwin-9003c8750634e49ce28e19c1e8a66e3d0b750bec.zip
Include <sys/endian.h>.
Diffstat (limited to 'fortune/fortune/fortune.c')
-rw-r--r--fortune/fortune/fortune.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/fortune/fortune/fortune.c b/fortune/fortune/fortune.c
index 495707c6..498330f0 100644
--- a/fortune/fortune/fortune.c
+++ b/fortune/fortune/fortune.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fortune.c,v 1.41 2004/01/01 16:02:07 jsm Exp $ */
+/* $NetBSD: fortune.c,v 1.42 2004/01/27 20:24:32 jsm Exp $ */
/*-
* Copyright (c) 1986, 1993
@@ -42,13 +42,14 @@ __COPYRIGHT("@(#) Copyright (c) 1986, 1993\n\
#if 0
static char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: fortune.c,v 1.41 2004/01/01 16:02:07 jsm Exp $");
+__RCSID("$NetBSD: fortune.c,v 1.42 2004/01/27 20:24:32 jsm Exp $");
#endif
#endif /* not lint */
# include <sys/param.h>
# include <sys/stat.h>
# include <sys/time.h>
+# include <sys/endian.h>
# include <dirent.h>
# include <fcntl.h>