From c800102d37a39f71e5e6e0169078cf6beb611af1 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 9 Feb 2011 15:21:42 -0500 Subject: [PATCH] dfbtest_fillrect: Make it compile --- root_image/tools/drfb_test/dfbtest_fillrect.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root_image/tools/drfb_test/dfbtest_fillrect.c b/root_image/tools/drfb_test/dfbtest_fillrect.c index ccf33fb..7d69a01 100644 --- a/root_image/tools/drfb_test/dfbtest_fillrect.c +++ b/root_image/tools/drfb_test/dfbtest_fillrect.c @@ -25,13 +25,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include #include #include #include -#include +#define DIRECTFB_VERSION "custom-1.4" #include #include -- 2.39.5