From 2f919932cb876ac95d2e58290f95580e4e524a13 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Mon, 20 Oct 2014 17:49:36 -0700 Subject: Xorg: move to autotools for building --- xorg/server/module/rdpPolyFillRect.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'xorg/server/module/rdpPolyFillRect.h') diff --git a/xorg/server/module/rdpPolyFillRect.h b/xorg/server/module/rdpPolyFillRect.h index 94ac4b59..ab2c3c5f 100644 --- a/xorg/server/module/rdpPolyFillRect.h +++ b/xorg/server/module/rdpPolyFillRect.h @@ -22,7 +22,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __RDPPOLYFILLRECT_H #define __RDPPOLYFILLRECT_H -void +#include +#include +#include + +extern _X_EXPORT void rdpPolyFillRect(DrawablePtr pDrawable, GCPtr pGC, int nrectFill, xRectangle* prectInit); -- cgit v1.2.1