summaryrefslogtreecommitdiff
path: root/dfbsee/patches/020-asm-types.patch
blob: 4f4aca282db8b48804520a33ef0b73dbcdad4232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
*** 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); }