diff options
author | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2010-11-21 18:45:21 -0200 |
---|---|---|
committer | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2010-11-21 18:45:21 -0200 |
commit | 250b8a36f8b3b76ce4fa0ba4277d3b0b7797c41b (patch) | |
tree | 7aaf4fa08d32cb344959ff5024315005f05dc748 /freerdp | |
parent | 23b42a48831b326a669c0e39c929375ee34635d9 (diff) | |
download | xrdp-proprietary-250b8a36f8b3b76ce4fa0ba4277d3b0b7797c41b.tar.gz xrdp-proprietary-250b8a36f8b3b76ce4fa0ba4277d3b0b7797c41b.zip |
fix freerdp include
Diffstat (limited to 'freerdp')
-rw-r--r-- | freerdp/xrdp-freerdp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freerdp/xrdp-freerdp.h b/freerdp/xrdp-freerdp.h index a9c44c0c..afcafc4a 100644 --- a/freerdp/xrdp-freerdp.h +++ b/freerdp/xrdp-freerdp.h @@ -27,7 +27,7 @@ #include "defines.h" /* this is the freerdp main header */ -#include <freerdp.h> +#include <freerdp/freerdp.h> #define CURRENT_MOD_VER 2 |