diff options
Diffstat (limited to 'games/hunt/huntd/shots.c')
-rw-r--r-- | games/hunt/huntd/shots.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hunt/huntd/shots.c b/games/hunt/huntd/shots.c index fea7e35f943..57191713b56 100644 --- a/games/hunt/huntd/shots.c +++ b/games/hunt/huntd/shots.c @@ -1,4 +1,4 @@ -/* $OpenBSD: shots.c,v 1.12 2016/01/07 21:37:53 mestre Exp $ */ +/* $OpenBSD: shots.c,v 1.13 2016/08/27 02:06:40 guenther Exp $ */ /* $NetBSD: shots.c,v 1.3 1997/10/11 08:13:50 lukem Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. @@ -31,6 +31,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/select.h> #include <stdlib.h> #include <syslog.h> |