aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/zbedic/zbedic
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/zbedic/zbedic')
-rw-r--r--recipes-qtopia/zbedic/zbedic/stdlib_h.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-qtopia/zbedic/zbedic/stdlib_h.patch b/recipes-qtopia/zbedic/zbedic/stdlib_h.patch
new file mode 100644
index 0000000..e02fcca
--- /dev/null
+++ b/recipes-qtopia/zbedic/zbedic/stdlib_h.patch
@@ -0,0 +1,14 @@
+Include stdlib.h for the abs() function.
+
+Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
+
+--- zbedic-1.2.orig/src/settings.cpp
++++ zbedic-1.2/src/settings.cpp
+@@ -23,6 +23,7 @@
+ ****************************************************************************/
+
+ #include <stdio.h>
++#include <stdlib.h>
+
+ #include <qlabel.h>
+ #include <qhbox.h>