mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 21:19:42 +02:00
56054b32a7
marked as broken Signed-off-by: Mirko Lindner <mirko@sharism.cc>
13 lines
327 B
Diff
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); }
|