From 45e403f553234352546e6b223e2c559534bc16f5 Mon Sep 17 00:00:00 2001 From: Nikos Ntarmos Date: Fri, 22 May 2009 22:08:18 +0300 Subject: [PATCH] Allow src/apcupsd.c to compile cleanly on FreeBSD. Signed-off-by: Brenden Matthews --- src/apcupsd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apcupsd.c b/src/apcupsd.c index 3136dea7..19f31408 100644 --- a/src/apcupsd.c +++ b/src/apcupsd.c @@ -22,6 +22,8 @@ #include "logging.h" #include +#include +#include #include #include