diff options
author | jsorg71 <jsorg71> | 2008-08-09 06:32:43 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-09 06:32:43 +0000 |
commit | 4212b60e649a9174bdd760e81fd5ffd7efb60a4e (patch) | |
tree | 3c086ed3085bf444e2a2019a006ff1a41ccff4b0 /libxrdp/libxrdp.h | |
parent | 6f3dd27a66dbc9c6923835200cd8c0ed3156b8c6 (diff) | |
download | xrdp-proprietary-4212b60e649a9174bdd760e81fd5ffd7efb60a4e.tar.gz xrdp-proprietary-4212b60e649a9174bdd760e81fd5ffd7efb60a4e.zip |
HAVE_CONFIG should be at top
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r-- | libxrdp/libxrdp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 58ea61bd..cdc77fbd 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -23,6 +23,9 @@ #if !defined(LIBXRDP_H) #define LIBXRDP_H +#if defined(HAVE_CONFIG_H) +#include "config.h" +#endif #include "arch.h" #include "parse.h" #include "xrdp_constants.h" @@ -33,9 +36,6 @@ #include "file.h" #include "libxrdpinc.h" #include "file_loc.h" -#if defined(HAVE_CONFIG_H) -#include "config.h" -#endif /* tcp */ struct xrdp_tcp |