From 2313f69066152034ac977776bee88f0c77b76aca Mon Sep 17 00:00:00 2001 From: Christian Biesinger Date: Sun, 22 Oct 2006 20:07:57 +0200 Subject: [PATCH] Fix prototype warning by including cairo-test-directfb.h --- boilerplate/cairo-test-directfb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/boilerplate/cairo-test-directfb.c b/boilerplate/cairo-test-directfb.c index aecb8224a..3d216b3b7 100644 --- a/boilerplate/cairo-test-directfb.c +++ b/boilerplate/cairo-test-directfb.c @@ -14,6 +14,7 @@ make check #include "cairo-boilerplate.h" #include #include "cairo-directfb.h" +#include "cairo-test-directfb.h" /* macro for a safe call to DirectFB functions */ #define DFBCHECK(x...) \