summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpImageGlyphBlt.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/server/module/rdpImageGlyphBlt.c')
-rw-r--r--xorg/server/module/rdpImageGlyphBlt.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/xorg/server/module/rdpImageGlyphBlt.c b/xorg/server/module/rdpImageGlyphBlt.c
index 0b0d7ce8..1a9cd6db 100644
--- a/xorg/server/module/rdpImageGlyphBlt.c
+++ b/xorg/server/module/rdpImageGlyphBlt.c
@@ -19,6 +19,17 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+/* this should be before all X11 .h files */
+#include <xorg-server.h>
+
+/* all driver need this */
+#include <xf86.h>
+#include <xf86_OSproc.h>
+
#include "rdp.h"
#include "rdpDraw.h"