From: hawk Date: Fri, 9 Mar 2007 11:24:51 +0000 (+0000) Subject: - moved #include "asm/types.h" before #ifdef X-Git-Tag: auto/ac/DirectFB-1_0_0-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FDirectFB.git;a=commitdiff_plain;h=7484ff1a0cfb1a6b7d2fee5af7c22354e5b5066d - moved #include "asm/types.h" before #ifdef Changed files: DirectFB-fix.patch -> 1.3.2.3 --- diff --git a/DirectFB-fix.patch b/DirectFB-fix.patch index 4621444..03ccdda 100644 --- a/DirectFB-fix.patch +++ b/DirectFB-fix.patch @@ -31,12 +31,12 @@ #include --- DirectFB-1.0.0.orig/include/dfb_types.h 2007-03-03 21:36:07.000000000 +0100 -+++ DirectFB-1.0.0/include/dfb_types.h 2007-03-09 11:43:58.000000000 +0100 -@@ -32,6 +32,7 @@ - - #ifdef USE_KOS ++++ DirectFB-1.0.0/include/dfb_types.h 2007-03-09 12:20:59.000000000 +0100 +@@ -29,6 +29,7 @@ + #ifndef __DFB_TYPES_H__ + #define __DFB_TYPES_H__ +#include - #include - typedef uint8 u8; + #ifdef USE_KOS +