diff options
Diffstat (limited to 'xrdp/xrdp_process.c')
| -rw-r--r-- | xrdp/xrdp_process.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/xrdp/xrdp_process.c b/xrdp/xrdp_process.c index 45e2acc6..4c0b44c3 100644 --- a/xrdp/xrdp_process.c +++ b/xrdp/xrdp_process.c @@ -18,6 +18,10 @@   * main rdp process   */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif +  #include "xrdp.h"  static int g_session_id = 0; | 
