Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/gomoku Include <sys/endian.h>.
details: https://anonhg.NetBSD.org/src/rev/194d4ab4bc9d
branches: trunk
changeset: 558062:194d4ab4bc9d
user: jsm <jsm%NetBSD.org@localhost>
date: Tue Jan 27 20:25:48 2004 +0000
description:
Include <sys/endian.h>.
diffstat:
games/gomoku/gomoku.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9816ebc73d2d -r 194d4ab4bc9d games/gomoku/gomoku.h
--- a/games/gomoku/gomoku.h Tue Jan 27 20:25:07 2004 +0000
+++ b/games/gomoku/gomoku.h Tue Jan 27 20:25:48 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gomoku.h,v 1.8 2003/08/07 09:37:17 agc Exp $ */
+/* $NetBSD: gomoku.h,v 1.9 2004/01/27 20:25:48 jsm Exp $ */
/*
* Copyright (c) 1994
@@ -35,6 +35,7 @@
*/
#include <sys/types.h>
+#include <sys/endian.h>
#include <stdio.h>
/* board dimensions */
Home |
Main Index |
Thread Index |
Old Index