diff options
author | dscho <dscho> | 2005-05-18 09:11:27 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-18 09:11:27 +0000 |
commit | a40b790ee4201a8e9013daaa594b305ef23a5e67 (patch) | |
tree | 66032082b74c554e1dd32bc5486f21d4214a854e /rfb/rfb.h | |
parent | 2b3f56d3611429190e8ecef512236b01dbfaf83e (diff) | |
download | libtdevnc-a40b790ee4201a8e9013daaa594b305ef23a5e67.tar.gz libtdevnc-a40b790ee4201a8e9013daaa594b305ef23a5e67.zip |
fix compilation for systems without socklen_t
Diffstat (limited to 'rfb/rfb.h')
-rw-r--r-- | rfb/rfb.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -45,10 +45,6 @@ extern "C" #include <winsock2.h> #endif -#ifndef LIBVNCSERVER_HAVE_SOCKLEN_T -typedef int socklen_t; -#endif - #ifdef LIBVNCSERVER_HAVE_LIBPTHREAD #include <pthread.h> #if 0 /* debugging */ |