summaryrefslogtreecommitdiffstats
path: root/sesman/xauth.c
diff options
context:
space:
mode:
authorBLINDAUER Emmanuel <e.blindauer@gmail.com>2016-12-15 18:49:07 +0100
committerBLINDAUER Emmanuel <e.blindauer@gmail.com>2016-12-15 18:49:07 +0100
commit480d6d37b7301f00c09eba9c9e3e9ca6db0fe512 (patch)
tree94f80283e926b0306f5fae81bdb93f026f2266fe /sesman/xauth.c
parent51759d3d84ba0864324db59773ffa59d81e97dfd (diff)
downloadxrdp-proprietary-480d6d37b7301f00c09eba9c9e3e9ca6db0fe512.tar.gz
xrdp-proprietary-480d6d37b7301f00c09eba9c9e3e9ca6db0fe512.zip
use correct include
Diffstat (limited to 'sesman/xauth.c')
-rw-r--r--sesman/xauth.c4
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"