Linux: Add missing header reference

This commit is contained in:
Rom Walton 2013-06-19 15:01:54 -04:00
parent d6bc3b2b8e
commit f438e7f297
1 changed files with 2 additions and 0 deletions

View File

@ -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