OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | *** DFBSee-0.7.4/src/rotate.c 2010-04-16 20:01:33.000000000 +0200 |
| 2 | --- b-DFBSee-0.7.4/src/rotate.c 2010-04-17 10:45:19.000000000 +0200 |
| 3 | *************** |
| 4 | *** 26,31 **** |
| 5 | --- 26,32 ---- |
| 6 | |
| 7 | #include "dfbsee.h" |
| 8 | #include "rotate.h" |
| 9 | + #include <asm/types.h> |
| 10 | |
| 11 | |
| 12 | #define SWAP(a,b,tmp) { (tmp) = *(b); *(b) = *(a); *(a) = (tmp); } |
| 13 |
