diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 11:40:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 12:02:34 +0100 |
commit | 156f6d3dc264c26f743a4359e4d40181a79ba038 (patch) | |
tree | 9dd3f8be261acb0a02cbc901d1cd70583351f93b /recipes-graphics/directfb/files/use_limits_h.patch | |
parent | d178c04eb55df22f13efb5e5f8677e33fd26a83c (diff) | |
download | meta-openembedded-156f6d3dc264c26f743a4359e4d40181a79ba038.tar.gz |
directfb from OE
Diffstat (limited to 'recipes-graphics/directfb/files/use_limits_h.patch')
-rw-r--r-- | recipes-graphics/directfb/files/use_limits_h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-graphics/directfb/files/use_limits_h.patch b/recipes-graphics/directfb/files/use_limits_h.patch new file mode 100644 index 0000000000..327cd7a163 --- /dev/null +++ b/recipes-graphics/directfb/files/use_limits_h.patch | |||
@@ -0,0 +1,10 @@ | |||
1 | --- FusionSound-1.0.0.orig/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_cdda.c | ||
2 | +++ FusionSound-1.0.0/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_cdda.c | ||
3 | @@ -109,6 +109,7 @@ typedef struct { | ||
4 | |||
5 | #if defined(__linux__) | ||
6 | |||
7 | +#include <limits.h> | ||
8 | #include <linux/cdrom.h> | ||
9 | |||
10 | static DFBResult | ||