1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 05:06:42 +03:00
openwrt-packages/dfbsee/patches/020-asm-types.patch
Mirko Lindner 56054b32a7 add dfbsee makefile
marked as broken

Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-04-17 12:53:01 +02:00

13 lines
327 B
Diff

*** DFBSee-0.7.4/src/rotate.c 2010-04-16 20:01:33.000000000 +0200
--- b-DFBSee-0.7.4/src/rotate.c 2010-04-17 10:45:19.000000000 +0200
***************
*** 26,31 ****
--- 26,32 ----
#include "dfbsee.h"
#include "rotate.h"
+ #include <asm/types.h>
#define SWAP(a,b,tmp) { (tmp) = *(b); *(b) = *(a); *(a) = (tmp); }