summaryrefslogtreecommitdiffstats
path: root/recipes/justreader/files
diff options
context:
space:
mode:
authorMichal Hrusecky <mhrusecky@suse.cz>2009-05-29 13:43:10 +0000
committerKhem Raj <raj.khem@gmail.com>2009-08-08 13:16:40 -0700
commit6e0c17c14182c0e17834de7cd44afbaa41824144 (patch)
tree27280a2209f24b247f270f2735cdd40991c84bd2 /recipes/justreader/files
parent272c915e842baa46354c699816b33fd4a9c8f687 (diff)
downloadopenembedded-6e0c17c14182c0e17834de7cd44afbaa41824144.tar.gz
justreader: fixed build
Adding missing include file so package can be built again. Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/justreader/files')
-rw-r--r--recipes/justreader/files/missing-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/justreader/files/missing-include.patch b/recipes/justreader/files/missing-include.patch
new file mode 100644
index 0000000000..4831f3847b
--- /dev/null
+++ b/recipes/justreader/files/missing-include.patch
@@ -0,0 +1,10 @@
+--- a/shcm.cpp 2009-05-25 09:07:19.928704817 +0200
++++ b/shcm.cpp 2009-05-25 09:07:38.225747505 +0200
+@@ -19,6 +19,7 @@
+ ****************************************************************************/
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <vector>
+
+ #include "shcm.h"