diff options
Diffstat (limited to 'libxrdp/xrdp_mppc_enc.c')
| -rw-r--r-- | libxrdp/xrdp_mppc_enc.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/libxrdp/xrdp_mppc_enc.c b/libxrdp/xrdp_mppc_enc.c index ff6caf4d..93ff84a2 100644 --- a/libxrdp/xrdp_mppc_enc.c +++ b/libxrdp/xrdp_mppc_enc.c @@ -18,6 +18,10 @@   * limitations under the License.   */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif +  #include "libxrdp.h"  #define MPPC_ENC_DEBUG 0 | 
