Explorar el Código

Add missing headers

tags/v1.7.90
Alexander Zakharov hace 7 años
padre
commit
d150213a6f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      vncviewer/PlatformPixelBuffer.h

+ 3
- 0
vncviewer/PlatformPixelBuffer.h Ver fichero

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


Cargando…
Cancelar
Guardar