diff options
| author | Christian Beier <dontmind@freeshell.org> | 2017-09-02 18:05:46 +0200 |
|---|---|---|
| committer | Christian Beier <dontmind@freeshell.org> | 2017-09-02 18:05:57 +0200 |
| commit | 6814e946e0afed20a6ef0f45a9bcbfeda2e77706 (patch) | |
| tree | 5d623a164ce4b728050569e102f39299da3fd284 /libvncclient/sockets.c | |
| parent | df11e806a31ec0fe0f3f58917ed1e98769adb910 (diff) | |
| download | libtdevnc-6814e946e0afed20a6ef0f45a9bcbfeda2e77706.tar.gz libtdevnc-6814e946e0afed20a6ef0f45a9bcbfeda2e77706.zip | |
libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of other files
Diffstat (limited to 'libvncclient/sockets.c')
| -rw-r--r-- | libvncclient/sockets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvncclient/sockets.c b/libvncclient/sockets.c index 2d505c7..ed2deef 100644 --- a/libvncclient/sockets.c +++ b/libvncclient/sockets.c @@ -58,7 +58,7 @@ #include <netdb.h> #endif #include "tls.h" -#include "rfbsasl.h" +#include "sasl.h" #ifdef _MSC_VER # define snprintf _snprintf |
