From f438e7f29726394fd216d551d6ae034062af61ac Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 19 Jun 2013 15:01:54 -0400 Subject: [PATCH] Linux: Add missing header reference --- client/hostinfo_unix.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/hostinfo_unix.cpp b/client/hostinfo_unix.cpp index a3477140ff..1f0d61f7de 100644 --- a/client/hostinfo_unix.cpp +++ b/client/hostinfo_unix.cpp @@ -161,10 +161,12 @@ mach_port_t gEventHandle = NULL; #endif #if HAVE_DPMS +#include #include #endif #if HAVE_XSS +#include #include #endif