We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0226364 commit 6408d56Copy full SHA for 6408d56
1 file changed
examples/client/sshtunnel.c
@@ -16,6 +16,15 @@
16
#include <netdb.h>
17
#include <signal.h>
18
#include <errno.h>
19
+#ifdef LIBVNCSERVER_HAVE_SYS_TYPES_H
20
+#include <sys/types.h>
21
+#endif
22
+#ifdef LIBVNCSERVER_HAVE_SYS_SOCKET_H
23
+#include <sys/socket.h>
24
25
+#ifdef LIBVNCSERVER_HAVE_UNISTD_H
26
+#include <unistd.h>
27
28
29
/* The one global bool that's global so we can set it via
30
a signal handler... */
0 commit comments