diff options
author | tb <tb@cvs.openbsd.org> | 2015-12-05 13:37:44 +0000 |
---|---|---|
committer | tb <tb@cvs.openbsd.org> | 2015-12-05 13:37:44 +0000 |
commit | 88ad7aad530517e255def7e83a6a3e086cd62c18 (patch) | |
tree | 7766a3a66d2737ad3949ff111829c599aecdedd0 /games/hack | |
parent | dfa4f350fdd357cf753514946df8daa5c405c88a (diff) |
add missing #include "hack.h"
Diffstat (limited to 'games/hack')
-rw-r--r-- | games/hack/hack.ioctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hack/hack.ioctl.c b/games/hack/hack.ioctl.c index fa63c9d9bbc..d675750082e 100644 --- a/games/hack/hack.ioctl.c +++ b/games/hack/hack.ioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hack.ioctl.c,v 1.7 2015/01/15 17:14:04 deraadt Exp $ */ +/* $OpenBSD: hack.ioctl.c,v 1.8 2015/12/05 13:37:43 tb Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -67,6 +67,7 @@ #include <stdio.h> #include <termios.h> #include "config.h" +#include "hack.h" struct termios termios; void |