diff options
author | Pavel Roskin <plroskin@gmail.com> | 2017-03-18 10:15:50 -0700 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-28 00:59:16 -0700 |
commit | 148afd11700aedcd23cee8a6dc2196f94a8fc7b6 (patch) | |
tree | ae79570a9607f6264efb200cc79b7a1e56dd5199 /sesman/session.c | |
parent | a7ec7237c47d89dbfdacb5f4c7ae6cfb3d8615fd (diff) | |
download | xrdp-proprietary-148afd11700aedcd23cee8a6dc2196f94a8fc7b6.tar.gz xrdp-proprietary-148afd11700aedcd23cee8a6dc2196f94a8fc7b6.zip |
Rename file_loc.h to xrdp_sockets.h, install it
Include xrdp_sockets.h directly, not through headers.
Diffstat (limited to 'sesman/session.c')
-rw-r--r-- | sesman/session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/session.c b/sesman/session.c index aefcd258..0b8bb6ac 100644 --- a/sesman/session.c +++ b/sesman/session.c @@ -40,6 +40,7 @@ #include "sesman.h" #include "libscp_types.h" #include "xauth.h" +#include "xrdp_sockets.h" #ifndef PR_SET_NO_NEW_PRIVS #define PR_SET_NO_NEW_PRIVS 38 |