mirror of https://github.com/BOINC/boinc.git
Linux: Add missing header reference
This commit is contained in:
parent
d6bc3b2b8e
commit
f438e7f297
|
@ -161,10 +161,12 @@ mach_port_t gEventHandle = NULL;
|
|||
#endif
|
||||
|
||||
#if HAVE_DPMS
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/extensions/dpms.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_XSS
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/extensions/scrnsaver.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue