From 2f919932cb876ac95d2e58290f95580e4e524a13 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Mon, 20 Oct 2014 17:49:36 -0700 Subject: Xorg: move to autotools for building --- xorg/server/module/rdpPolylines.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xorg/server/module/rdpPolylines.c') diff --git a/xorg/server/module/rdpPolylines.c b/xorg/server/module/rdpPolylines.c index da979e9f..cd87ecf3 100644 --- a/xorg/server/module/rdpPolylines.c +++ b/xorg/server/module/rdpPolylines.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 +#include /* all driver need this */ #include @@ -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 "rdpPolylines.h" #define LOG_LEVEL 1 #define LLOGLN(_level, _args) \ -- cgit v1.2.1