diff options
Diffstat (limited to 'xorg/server/module/rdpPolylines.h')
-rw-r--r-- | xorg/server/module/rdpPolylines.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/server/module/rdpPolylines.h b/xorg/server/module/rdpPolylines.h index 56b66a77..db11d69c 100644 --- a/xorg/server/module/rdpPolylines.h +++ b/xorg/server/module/rdpPolylines.h @@ -22,6 +22,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __RDPPOLYLINES_H #define __RDPPOLYLINES_H +#include <xorg-server.h> +#include <xorgVersion.h> +#include <xf86.h> + void rdpPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr pptInit); |