Fix vncev example compilation on Windows

pull/3/head
Christian Beier 7 years ago
parent 8e90e892c5
commit 6df29db3df

@ -5,10 +5,11 @@
#ifdef __STRICT_ANSI__
#define _BSD_SOURCE
#endif
#include <rfb/rfbconfig.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#ifndef __MINGW32__
#if LIBVNCSERVER_HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include <rfb/rfb.h>

Loading…
Cancel
Save