Commit 108c26fd authored by Christian Beier's avatar Christian Beier

Merge pull request #50 from maxnet/master

tls_openssl.c: define _XOPEN_SOURCE for extra POSIX functionality
parents a77d695c ac63d743
......@@ -18,6 +18,10 @@
* USA.
*/
#ifndef _MSC_VER
#define _XOPEN_SOURCE 500
#endif
#include <rfb/rfbclient.h>
#include <errno.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment