Ver código fonte

Add missing headers

tags/v1.7.90
Alexander Zakharov 7 anos atrás
pai
commit
d150213a6f
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      vncviewer/PlatformPixelBuffer.h

+ 3
- 0
vncviewer/PlatformPixelBuffer.h Ver arquivo

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


Carregando…
Cancelar
Salvar