diff options
author | jsorg71 <jsorg71> | 2008-08-10 06:14:14 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-10 06:14:14 +0000 |
commit | 4fb3a1a5476e550f53937a7c4b1becd5b2592811 (patch) | |
tree | a8c9575c5e1997d4f4448457051b4820d2983f75 | |
parent | e5796ac8a023bc9f5822a7f8e67a4b8be4745dba (diff) | |
download | xrdp-proprietary-4fb3a1a5476e550f53937a7c4b1becd5b2592811.tar.gz xrdp-proprietary-4fb3a1a5476e550f53937a7c4b1becd5b2592811.zip |
added HAVE_CONFIG_H
-rw-r--r-- | common/os_calls.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/os_calls.c b/common/os_calls.c index a4104249..b3a80438 100644 --- a/common/os_calls.c +++ b/common/os_calls.c @@ -24,6 +24,9 @@ put all the os / arch define in here you want */ +#if defined(HAVE_CONFIG_H) +#include "config_ac.h" +#endif #if defined(_WIN32) #include <windows.h> #include <winsock.h> |