diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-09 08:58:58 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-09 08:58:58 +0200 |
commit | b9c8a40c5e57ecbdc83800abeba84b70df7a050f (patch) | |
tree | c41705ee63e519bf88684a3b5ec80d56d5f4bde1 /recipes | |
parent | 9543ab8f8c447be3d2c5a28cc4476beccc9aba8c (diff) |
sdrshell: add missing patch
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/sdr/sdrshell/gcc-43-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/sdr/sdrshell/gcc-43-fix.patch b/recipes/sdr/sdrshell/gcc-43-fix.patch new file mode 100644 index 0000000000..1870ea6ac0 --- /dev/null +++ b/recipes/sdr/sdrshell/gcc-43-fix.patch @@ -0,0 +1,10 @@ +Index: main_widget.cpp +=================================================================== +--- main_widget.cpp (revision 57) ++++ main_widget.cpp (working copy) +@@ -1,3 +1,5 @@ ++#include <cstdlib> ++ + #include "main_widget.h" + #include "switches.h" + #include "modes.h" |