From 1241b50c5ecd257030f9ddd40c9009a0a4c55ee8 Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 15 Dec 2007 16:32:05 +0000 Subject: include sys/cdefs.h so that __attribute__ can be fixed later --- phantasia/io.c | 3 ++- phantasia/setup.c | 3 ++- tetris/screen.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/phantasia/io.c b/phantasia/io.c index 66f23637..ed6e0ad2 100644 --- a/phantasia/io.c +++ b/phantasia/io.c @@ -1,4 +1,4 @@ -/* $NetBSD: io.c,v 1.9 2005/02/15 12:58:21 jsm Exp $ */ +/* $NetBSD: io.c,v 1.10 2007/12/15 16:32:05 perry Exp $ */ /* * io.c - input/output routines for Phantasia @@ -6,6 +6,7 @@ #include "include.h" #undef bool +#include #include void diff --git a/phantasia/setup.c b/phantasia/setup.c index ea0aafa4..df1f0133 100644 --- a/phantasia/setup.c +++ b/phantasia/setup.c @@ -1,8 +1,9 @@ -/* $NetBSD: setup.c,v 1.14 2004/12/09 05:15:59 jmc Exp $ */ +/* $NetBSD: setup.c,v 1.15 2007/12/15 16:32:05 perry Exp $ */ /* * setup.c - set up all files for Phantasia */ +#include #include #include #include diff --git a/tetris/screen.c b/tetris/screen.c index ce561282..61519997 100644 --- a/tetris/screen.c +++ b/tetris/screen.c @@ -1,4 +1,4 @@ -/* $NetBSD: screen.c,v 1.19 2004/01/27 20:30:30 jsm Exp $ */ +/* $NetBSD: screen.c,v 1.20 2007/12/15 16:32:05 perry Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -38,6 +38,7 @@ * Tetris screen control. */ +#include #include #include -- cgit v1.2.3-56-ge451