diff options
| author | Pavel Roskin <plroskin@gmail.com> | 2017-03-02 20:33:23 -0800 | 
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-04 00:52:34 -0800 | 
| commit | b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b (patch) | |
| tree | 168d3065b744f8f758eb7d9d57feab5d0a51c204 /common/pixman-region.c | |
| parent | 24d44def601a7ebae5b79743a9c34ca024997531 (diff) | |
| download | xrdp-proprietary-b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b.tar.gz xrdp-proprietary-b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b.zip | |
Include config_ac.h from all source files
Diffstat (limited to 'common/pixman-region.c')
| -rw-r--r-- | common/pixman-region.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/common/pixman-region.c b/common/pixman-region.c index 2d199de8..eb3fd179 100644 --- a/common/pixman-region.c +++ b/common/pixman-region.c @@ -63,6 +63,10 @@   * PERFORMANCE OF THIS SOFTWARE.   */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif +  #define PIXREGION_NIL(reg) ((reg)->data && !(reg)->data->numRects)  /* not a region */  #define PIXREGION_NAR(reg)      ((reg)->data == pixman_broken_data) | 
