diff options
author | dscho <dscho> | 2005-05-15 13:57:51 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-15 13:57:51 +0000 |
commit | 8bee4eb990273c3654431467ba6618eb916f030a (patch) | |
tree | f3077e1cb12a4cb778047814583fc0b2f26bb7b2 /libvncclient/listen.c | |
parent | be5b1296e4aa4d8a51cd709853408ec0cd7b768b (diff) | |
download | libtdevnc-8bee4eb9.tar.gz libtdevnc-8bee4eb9.zip |
ANSIfy, fix some warnings from Linus' sparse
Diffstat (limited to 'libvncclient/listen.c')
-rw-r--r-- | libvncclient/listen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvncclient/listen.c b/libvncclient/listen.c index dc6508c..7e0ed1d 100644 --- a/libvncclient/listen.c +++ b/libvncclient/listen.c @@ -21,6 +21,7 @@ * listen.c - listen for incoming connections */ +#define _BSD_SOURCE #include <unistd.h> #include <sys/types.h> #ifdef __MINGW32__ |