aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sdr
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-09 08:58:58 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-09 08:58:58 +0200
commitb9c8a40c5e57ecbdc83800abeba84b70df7a050f (patch)
treec41705ee63e519bf88684a3b5ec80d56d5f4bde1 /recipes/sdr
parent9543ab8f8c447be3d2c5a28cc4476beccc9aba8c (diff)
downloadopenembedded-b9c8a40c5e57ecbdc83800abeba84b70df7a050f.tar.gz
sdrshell: add missing patch
Diffstat (limited to 'recipes/sdr')
-rw-r--r--recipes/sdr/sdrshell/gcc-43-fix.patch10
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"