diff options
author | runge <runge> | 2006-07-04 19:55:28 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-04 19:55:28 +0000 |
commit | 1b51530afbc5dff413ea0090834d92e1d96e96e9 (patch) | |
tree | 98720532dfb9ab9b2e7763d3cd54340a768f45b8 /x11vnc/x11vnc.h | |
parent | a7726a6f970f49c2bedac4926aa30de18d96ae41 (diff) | |
download | libvncserver-1b51530afbc5dff413ea0090834d92e1d96e96e9.zip libvncserver-1b51530afbc5dff413ea0090834d92e1d96e96e9.tar.gz |
x11vnc: remove compiler warnings; HP-UX tweaks.
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r-- | x11vnc/x11vnc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index c8431f7..dcbc3a3 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -19,6 +19,10 @@ #include <unistd.h> #include <signal.h> #include <sys/utsname.h> +#ifdef __hpux +/* to avoid select() compiler warning */ +#include <sys/time.h> +#endif #include <time.h> #include <errno.h> |