]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
include sys/cdefs.h so that __attribute__ can be fixed later
authorperry <perry@NetBSD.org>
Sat, 15 Dec 2007 16:32:05 +0000 (16:32 +0000)
committerperry <perry@NetBSD.org>
Sat, 15 Dec 2007 16:32:05 +0000 (16:32 +0000)
phantasia/io.c
phantasia/setup.c
tetris/screen.c

index 66f2363706ef447f701cf9504976cb68cf08525d..ed6e0ad20d2a9d0770a515f19bb93d6c46e2b8e0 100644 (file)
@@ -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 <sys/cdefs.h>
 #include <curses.h>
 
 void
index ea0aafa4875bb7061e928fc9581a1f6e9bc41453..df1f01330192a40716aba36563d69bc4f6e68b6a 100644 (file)
@@ -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 <sys/cdefs.h>
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <fcntl.h>
index ce56128275604803d9b25b4c9245b0edb9f82dbf..61519997f129809b33fb586d649e6818c8f5f925 100644 (file)
@@ -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 <sys/cdefs.h>
 #include <sys/ioctl.h>
 
 #include <setjmp.h>