1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-13 17:38:45 +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 "logging.h"
#include <errno.h> #include <errno.h>
#include <netinet/in.h>
#include <netdb.h>
#include <sys/time.h> #include <sys/time.h>
#include <unistd.h> #include <unistd.h>