diff options
Diffstat (limited to 'xorg/server/module/rdpPolyFillArc.h')
-rw-r--r-- | xorg/server/module/rdpPolyFillArc.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xorg/server/module/rdpPolyFillArc.h b/xorg/server/module/rdpPolyFillArc.h index 9a9846e1..708f8eae 100644 --- a/xorg/server/module/rdpPolyFillArc.h +++ b/xorg/server/module/rdpPolyFillArc.h @@ -22,7 +22,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __RDPPOLYFILLARC_H #define __RDPPOLYFILLARC_H -void +#include <xorg-server.h> +#include <xorgVersion.h> +#include <xf86.h> + +extern _X_EXPORT void rdpPolyFillArc(DrawablePtr pDrawable, GCPtr pGC, int narcs, xArc* parcs); #endif |