1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Make sure that bsdapm.cc compiles in FreeBSD

This commit is contained in:
Nikolas Garofil 2010-02-14 15:36:22 +01:00
parent 7de3b9736a
commit 4c06be139c

View File

@ -33,6 +33,7 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <machine/apm_bios.h>
#include <unistd.h>
#define APMDEV "/dev/apm"
#define APM_UNKNOWN 255