commit | d150213a6f1007b6499cd227d190be1eeab8bdd8 | [log] [tgz] |
---|---|---|
author | Alexander Zakharov <uglym8@gmail.com> | Tue Feb 14 12:12:43 2017 +0300 |
committer | Alexander Zakharov <uglym8@gmail.com> | Tue Feb 14 12:12:43 2017 +0300 |
tree | ec8c1aba06a9a4665778b14dc108d771322422f1 | |
parent | 84c72feb3999339fc6529b4b0abae9b50fee4245 [diff] [blame] |
Add missing headers
diff --git a/vncviewer/PlatformPixelBuffer.h b/vncviewer/PlatformPixelBuffer.h index 26ae7ca..f9038cd 100644 --- a/vncviewer/PlatformPixelBuffer.h +++ b/vncviewer/PlatformPixelBuffer.h
@@ -20,6 +20,9 @@ #define __PLATFORMPIXELBUFFER_H__ #if !defined(WIN32) && !defined(__APPLE__) +#include <X11/Xlib.h> +#include <sys/ipc.h> +#include <sys/shm.h> #include <X11/extensions/XShm.h> #endif