Include <sys/endian.h>.

This commit is contained in:
jsm 2004-01-27 20:24:32 +00:00
parent a5f914a25a
commit a3b9fbcc3a
1 changed files with 3 additions and 2 deletions

View 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>