From 8f959a0c876194e812cc3083c2a1d67fdadf8586 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sat, 12 Apr 2014 16:44:19 -0700 Subject: [PATCH] xorg: fix for compile with xorg 1.15 --- xorg/server/xrdpdev/xrdpdev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xorg/server/xrdpdev/xrdpdev.c b/xorg/server/xrdpdev/xrdpdev.c index 822942fa..f247ec78 100644 --- a/xorg/server/xrdpdev/xrdpdev.c +++ b/xorg/server/xrdpdev/xrdpdev.c @@ -39,6 +39,8 @@ This is the main driver file #include #include +#include + #include "rdp.h" #include "rdpPri.h" #include "rdpDraw.h"