summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-08-12 07:13:43 +0000
committerjsorg71 <jsorg71>2008-08-12 07:13:43 +0000
commit29dbf2f7bfc278d6755fcb0e6d489bfe7f8f36bc (patch)
tree0bbef986ed4037f7cf297882846534588b81a772
parent8c68a7d7f5c727decf954c2747c5c818dab9cfd3 (diff)
downloadxrdp-proprietary-29dbf2f7bfc278d6755fcb0e6d489bfe7f8f36bc.tar.gz
xrdp-proprietary-29dbf2f7bfc278d6755fcb0e6d489bfe7f8f36bc.zip
added HAVE_CONFIG_H
-rw-r--r--sesman/sesman.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sesman/sesman.h b/sesman/sesman.h
index bb4b1ab7..33c0ad2d 100644
--- a/sesman/sesman.h
+++ b/sesman/sesman.h
@@ -28,6 +28,9 @@
#ifndef SESMAN_H
#define SESMAN_H
+#if defined(HAVE_CONFIG_H)
+#include "config_ac.h"
+#endif
#include "d3des.h"
#include "arch.h"
#include "parse.h"