]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- moved #include "asm/types.h" before #ifdef
authorhawk <hawk@pld-linux.org>
Fri, 9 Mar 2007 11:24:51 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-fix.patch -> 1.3.2.3

DirectFB-fix.patch

index 46214446d330189a6d80223e88e1a6574bf5aed5..03ccdda7b90dbd33c468ca3fe1854c4665d09890 100644 (file)
  
  #include <directfb.h>
 --- 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 <asm/types.h>
- #include <sys/types.h>
  
- typedef uint8 u8;
+ #ifdef USE_KOS
This page took 0.120408 seconds and 4 git commands to generate.