diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2009-04-01 23:05:41 +0200 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2009-04-01 23:05:41 +0200 |
commit | 3d25ff174b24e7691e17ceddeef5ce95f9f4e6a6 (patch) | |
tree | 55c2d47498f8c3d0de6858e0e44e2e0faf53f3ba /recipes/disko/files/header.patch | |
parent | 02f4e5ae5dd49c2ab0c23866e0882041c43959a7 (diff) |
disko: add disko framework to openembedded
Diffstat (limited to 'recipes/disko/files/header.patch')
-rw-r--r-- | recipes/disko/files/header.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/disko/files/header.patch b/recipes/disko/files/header.patch new file mode 100644 index 0000000000..e60d5582e8 --- /dev/null +++ b/recipes/disko/files/header.patch @@ -0,0 +1,13 @@ +Index: git/src/mmsconfig/mmsrcparser.cpp +=================================================================== +--- git.orig/src/mmsconfig/mmsrcparser.cpp 2009-03-25 01:29:20.822096657 +0100 ++++ git/src/mmsconfig/mmsrcparser.cpp 2009-03-25 01:29:34.320881340 +0100 +@@ -26,6 +26,8 @@ + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + ++#include <cstring> ++ + #include "mmsconfig/mmsrcparser.h" + #include "mmstools/tools.h" + |