xrdp: don't include config.h unless HAVE_CONFIG_H is defined

This commit is contained in:
Jay Sorg 2014-07-27 23:57:15 -07:00
parent e4654b57ca
commit b7d15c55ed

View File

@ -18,7 +18,9 @@
* module manager
*/
#if defined(HAVE_CONFIG_H)
#include <config_ac.h>
#endif
#define ACCESS
#include "xrdp.h"
#include "log.h"