sdrshell: add missing patch
authorKoen Kooi <koen@openembedded.org>
Tue, 9 Jun 2009 06:58:58 +0000 (08:58 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 9 Jun 2009 06:58:58 +0000 (08:58 +0200)
recipes/sdr/sdrshell/gcc-43-fix.patch [new file with mode: 0644]

diff --git a/recipes/sdr/sdrshell/gcc-43-fix.patch b/recipes/sdr/sdrshell/gcc-43-fix.patch
new file mode 100644 (file)
index 0000000..1870ea6
--- /dev/null
@@ -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"