1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-04 13:08:31 +00:00

Allow src/apcupsd.c to compile cleanly on FreeBSD.

Signed-off-by: Brenden Matthews <brenden@rty.ca>
This commit is contained in:
Nikos Ntarmos 2009-05-22 22:08:18 +03:00 committed by Brenden Matthews
parent 12d0d1477f
commit 45e403f553

View File

@ -22,6 +22,8 @@
#include "logging.h"
#include <errno.h>
#include <netinet/in.h>
#include <netdb.h>
#include <sys/time.h>
#include <unistd.h>