diff options
Diffstat (limited to 'xorg/server/module/rdpPolyArc.c')
-rw-r--r-- | xorg/server/module/rdpPolyArc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg/server/module/rdpPolyArc.c b/xorg/server/module/rdpPolyArc.c index 9a701dd8..8db3cffe 100644 --- a/xorg/server/module/rdpPolyArc.c +++ b/xorg/server/module/rdpPolyArc.c @@ -25,6 +25,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /* this should be before all X11 .h files */ #include <xorg-server.h> +#include <xorgVersion.h> /* all driver need this */ #include <xf86.h> @@ -34,6 +35,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "rdpDraw.h" #include "rdpClientCon.h" #include "rdpReg.h" +#include "rdpPolyArc.h" #define LOG_LEVEL 1 #define LLOGLN(_level, _args) \ |