diff options
author | BLINDAUER Emmanuel <e.blindauer@gmail.com> | 2016-12-15 18:49:07 +0100 |
---|---|---|
committer | BLINDAUER Emmanuel <e.blindauer@gmail.com> | 2016-12-15 18:49:07 +0100 |
commit | 480d6d37b7301f00c09eba9c9e3e9ca6db0fe512 (patch) | |
tree | 94f80283e926b0306f5fae81bdb93f026f2266fe /sesman/xauth.c | |
parent | 51759d3d84ba0864324db59773ffa59d81e97dfd (diff) | |
download | xrdp-proprietary-480d6d37b7301f00c09eba9c9e3e9ca6db0fe512.tar.gz xrdp-proprietary-480d6d37b7301f00c09eba9c9e3e9ca6db0fe512.zip |
use correct include
Diffstat (limited to 'sesman/xauth.c')
-rw-r--r-- | sesman/xauth.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sesman/xauth.c b/sesman/xauth.c index 948d3f0f..b4375b4f 100644 --- a/sesman/xauth.c +++ b/sesman/xauth.c @@ -25,9 +25,7 @@ */ #include <stdio.h> -#include "sesman.h" -// #include "grp.h" -// #include "ssl_calls.h" +#include "log.h" #include "os_calls.h" |