$FreeBSD: ports/sysutils/powerman/files/patch-src-device_pipe.c,v 1.1 2004/06/17 16:14:13 glewis Exp $ --- src/device_pipe.c.orig Mon Mar 29 22:02:27 2004 +++ src/device_pipe.c Mon Mar 29 22:02:48 2004 @@ -38,7 +38,10 @@ #include #include #include +#include +#ifdef __linux__ #include +#endif #include "powerman.h"