diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-20 00:22:24 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-20 00:22:24 +0000 |
commit | 6f12140813e97b4976d6551dcf3bbe7013509f91 (patch) | |
tree | f04410bb530bbd279fc448df619abf9e2750fb58 /games/gomoku/bdisp.c | |
parent | 6e19aa67ea7974b89df7ff8aedeed547f5b31304 (diff) |
Nevermind, curses problem was caused by a busted lib on threadway.
Diffstat (limited to 'games/gomoku/bdisp.c')
-rw-r--r-- | games/gomoku/bdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gomoku/bdisp.c b/games/gomoku/bdisp.c index 8c2c816781a..2642b801f53 100644 --- a/games/gomoku/bdisp.c +++ b/games/gomoku/bdisp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bdisp.c,v 1.1 1996/12/16 06:56:08 downsj Exp $ */ +/* $OpenBSD: bdisp.c,v 1.2 1996/12/20 00:22:19 downsj Exp $ */ /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)bdisp.c 8.2 (Berkeley) 5/3/95"; #include "gomoku.h" #include <stdio.h> -#include <ocurses.h> +#include <curses.h> #define SCRNH 24 /* assume 24 lines for the moment */ #define SCRNW 80 /* assume 80 chars for the moment */ |