From e53e70033dc782eccd9e460365fc696efb234a8d Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 29 Mar 2014 23:44:38 +0000 Subject: fix non-INTERNET build --- hunt/huntd/answer.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hunt/huntd/answer.c') diff --git a/hunt/huntd/answer.c b/hunt/huntd/answer.c index df3dd045..1df0855b 100644 --- a/hunt/huntd/answer.c +++ b/hunt/huntd/answer.c @@ -1,4 +1,4 @@ -/* $NetBSD: answer.c,v 1.18 2014/03/29 22:29:55 dholland Exp $ */ +/* $NetBSD: answer.c,v 1.19 2014/03/29 23:44:38 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -32,9 +32,11 @@ #include #ifndef lint -__RCSID("$NetBSD: answer.c,v 1.18 2014/03/29 22:29:55 dholland Exp $"); +__RCSID("$NetBSD: answer.c,v 1.19 2014/03/29 23:44:38 dholland Exp $"); #endif /* not lint */ +#include +#include #include #include #include -- cgit v1.2.3