diff options
author | jsorg71 <jsorg71> | 2008-08-07 04:07:37 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-07 04:07:37 +0000 |
commit | 7502e505920e437d2df55222ebbd281068a4d136 (patch) | |
tree | f5e4af12e5ead63e12a9a276ad3c6042c46e3a52 /libxrdp/libxrdp.h | |
parent | 5b1953f1562145263da697490e53bf19cc5bebfc (diff) | |
download | xrdp-proprietary-7502e505920e437d2df55222ebbd281068a4d136.tar.gz xrdp-proprietary-7502e505920e437d2df55222ebbd281068a4d136.zip |
add config.h and file_loc.h
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r-- | libxrdp/libxrdp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index e996b094..58ea61bd 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -32,6 +32,10 @@ #include "list.h" #include "file.h" #include "libxrdpinc.h" +#include "file_loc.h" +#if defined(HAVE_CONFIG_H) +#include "config.h" +#endif /* tcp */ struct xrdp_tcp |