summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-11-25 13:34:23 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-11-25 13:34:23 +0000
commitf46d7e0a36dac313a8a840a177ae21609a996459 (patch)
tree3da910af50095da93319953c2854900b11d2eac5 /games
parent761bf1545bdf103b644a130e28d8e612f55bf8f2 (diff)
Reorder includes for htons et al.
Diffstat (limited to 'games')
-rw-r--r--games/fortune/strfile/strfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c
index 4992f6c174a..6c4b74bb411 100644
--- a/games/fortune/strfile/strfile.c
+++ b/games/fortune/strfile/strfile.c
@@ -50,8 +50,8 @@ static char rcsid[] = "$NetBSD: strfile.c,v 1.4 1995/04/24 12:23:09 cgd Exp $";
#endif
#endif /* not lint */
-# include <machine/endian.h>
# include <sys/param.h>
+# include <machine/endian.h>
# include <stdio.h>
# include <string.h>
# include <ctype.h>