diff options
Diffstat (limited to 'meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch')
-rw-r--r-- | meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch b/meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch new file mode 100644 index 0000000000..c936445a95 --- /dev/null +++ b/meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- tmp/src/syncml-client.h.orig 2007-01-09 12:15:41.000000000 +0000 | ||
2 | +++ tmp/src/syncml-client-plugin.h 2007-01-09 12:15:41.000000000 +0000 | ||
3 | @@ -20,7 +20,7 @@ | ||
4 | #define SYNCML_CLIENT_PLUGIN | ||
5 | |||
6 | #include <opensync/opensync.h> | ||
7 | -#include <syncml-client.h> | ||
8 | +#include <syncml-client/syncml-client.h> | ||
9 | #include "SmcSyncSource.h" | ||
10 | #include "SmcConfig.h" | ||
11 | |||