View | Details | Raw Unified
Collapse All | Expand All

(-) vino-2.10.0/server/libvncserver/rfb/rfbproto.h (+2 lines)
 Lines 60-68    Link Here 
#include <rfb/rfbint.h>
#include <rfb/rfbint.h>
#else
#else
#include <config.h>
#include <config.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#include <stdint.h>
#endif
#endif
#endif
#endif
#endif
#include <rfb/keysym.h>
#include <rfb/keysym.h>
#ifdef HAVE_LIBZ
#ifdef HAVE_LIBZ
(-) vino-2.10.0/server/vino-fb.c (+1 lines)
 Lines 36-41    Link Here 
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/shm.h>
#include <gdk/gdkx.h>
#include <gdk/gdkx.h>