]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - fortune/fortune/fortune.c
Include <sys/endian.h>.
[bsdgames-darwin.git] / fortune / fortune / fortune.c
index 495707c643b9408f19cb84d037b9e91463b951b2..498330f09bf88b51454e7e5d9cc41dbaae59ec6e 100644 (file)
@@ -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>