From: Koen Kooi Date: Tue, 9 Jun 2009 06:58:58 +0000 (+0200) Subject: sdrshell: add missing patch X-Git-Tag: Release-2010-05/1~3209^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c8a40c5e57ecbdc83800abeba84b70df7a050f;p=openembedded.git sdrshell: add missing patch --- 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 ++ + #include "main_widget.h" + #include "switches.h" + #include "modes.h"