diff options
author | dscho <dscho> | 2004-12-01 23:06:56 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-12-01 23:06:56 +0000 |
commit | 658b65ad0cc2045bf2c930c8ef2a2853a07ba6ee (patch) | |
tree | 51a7b1f153204de2c3bc423411d8f5b2f566c4f6 /examples/vncev.c | |
parent | 7d3b1c9762b5f2878e9783677677cb2b3aa10e7e (diff) | |
download | libtdevnc-658b65ad0cc2045bf2c930c8ef2a2853a07ba6ee.tar.gz libtdevnc-658b65ad0cc2045bf2c930c8ef2a2853a07ba6ee.zip |
support MinGW32!
Diffstat (limited to 'examples/vncev.c')
-rw-r--r-- | examples/vncev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/vncev.c b/examples/vncev.c index e032529..5d7fb1b 100644 --- a/examples/vncev.c +++ b/examples/vncev.c @@ -2,7 +2,9 @@ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> +#ifndef __MINGW32__ #include <sys/socket.h> +#endif #include <rfb/rfb.h> #include <rfb/default8x16.h> |