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/chansrv/sound.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/chansrv/sound.c')
-rw-r--r-- | sesman/chansrv/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/sound.c b/sesman/chansrv/sound.c index 2958e123..a647b4b6 100644 --- a/sesman/chansrv/sound.c +++ b/sesman/chansrv/sound.c @@ -31,7 +31,7 @@ #include "thread_calls.h" #include "defines.h" #include "fifo.h" -#include "file_loc.h" +#include "xrdp_sockets.h" #include "chansrv_common.h" #if defined(XRDP_OPUS) |