diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-10-20 17:49:36 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-10-20 17:49:36 -0700 |
commit | 2f919932cb876ac95d2e58290f95580e4e524a13 (patch) | |
tree | 665587a611f699584ebd55da5ff72a7ccb247243 /xorg/server/module/rdpRandR.c | |
parent | 29ebab2ce5684214f5352405471285c64d960275 (diff) | |
download | xrdp-proprietary-2f919932cb876ac95d2e58290f95580e4e524a13.tar.gz xrdp-proprietary-2f919932cb876ac95d2e58290f95580e4e524a13.zip |
Xorg: move to autotools for building
Diffstat (limited to 'xorg/server/module/rdpRandR.c')
-rw-r--r-- | xorg/server/module/rdpRandR.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg/server/module/rdpRandR.c b/xorg/server/module/rdpRandR.c index 220774e3..049aafab 100644 --- a/xorg/server/module/rdpRandR.c +++ b/xorg/server/module/rdpRandR.c @@ -42,6 +42,7 @@ RandR draw calls #include "rdpDraw.h" #include "rdpReg.h" #include "rdpMisc.h" +#include "rdpRandR.h" /******************************************************************************/ #define LOG_LEVEL 1 |