diff options
Diffstat (limited to 'xorg/server/module/rdpPolyText8.h')
-rw-r--r-- | xorg/server/module/rdpPolyText8.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/server/module/rdpPolyText8.h b/xorg/server/module/rdpPolyText8.h index 621251b9..64ce2f3e 100644 --- a/xorg/server/module/rdpPolyText8.h +++ b/xorg/server/module/rdpPolyText8.h @@ -22,6 +22,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __RDPPOLYTEXT8_H #define __RDPPOLYTEXT8_H +#include <xorg-server.h> +#include <xorgVersion.h> +#include <xf86.h> + int rdpPolyText8(DrawablePtr pDrawable, GCPtr pGC, int x, int y, int count, char* chars); |