diff options
Diffstat (limited to 'games/battlestar/nightobjs.c')
-rw-r--r-- | games/battlestar/nightobjs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/nightobjs.c b/games/battlestar/nightobjs.c index 2b222da5691..ecb7a42a660 100644 --- a/games/battlestar/nightobjs.c +++ b/games/battlestar/nightobjs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nightobjs.c,v 1.2 1997/06/30 19:56:39 kstailey Exp $ */ +/* $OpenBSD: nightobjs.c,v 1.3 1997/08/24 21:55:12 deraadt Exp $ */ /* $NetBSD: nightobjs.c,v 1.3 1995/03/21 15:07:46 cgd Exp $ */ /* @@ -42,7 +42,7 @@ static char rcsid[] = "$NetBSD: nightobjs.c,v 1.3 1995/03/21 15:07:46 cgd Exp $" #endif #endif /* not lint */ -#include "externs.h" +#include "extern.h" struct objs nightobjs[] = { { 218, PAJAMAS }, |