From 5310487e4192f08a7c6fbb73f8a4e41464840dca Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 4 Aug 2014 06:35:31 +0000 Subject: [PATCH] no need for param.h --- usr.sbin/httpd/control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/httpd/control.c b/usr.sbin/httpd/control.c index 3a8552afc88..e68d3b4868b 100644 --- a/usr.sbin/httpd/control.c +++ b/usr.sbin/httpd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.1 2014/07/12 23:34:54 reyk Exp $ */ +/* $OpenBSD: control.c,v 1.2 2014/08/04 06:35:31 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -16,8 +16,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include -#include #include #include #include -- 2.20.1