diff options
Diffstat (limited to 'meta-moblin/packages/samba/files/tdbheaderfix.patch')
-rw-r--r-- | meta-moblin/packages/samba/files/tdbheaderfix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-moblin/packages/samba/files/tdbheaderfix.patch b/meta-moblin/packages/samba/files/tdbheaderfix.patch new file mode 100644 index 0000000000..e37c9b0d5c --- /dev/null +++ b/meta-moblin/packages/samba/files/tdbheaderfix.patch | |||
@@ -0,0 +1,14 @@ | |||
1 | Index: source/lib/tdb/include/tdb.h | ||
2 | =================================================================== | ||
3 | --- source.orig/lib/tdb/include/tdb.h 2009-05-17 17:42:41.000000000 +0100 | ||
4 | +++ source/lib/tdb/include/tdb.h 2009-05-17 17:42:46.000000000 +0100 | ||
5 | @@ -1,6 +1,9 @@ | ||
6 | #ifndef __TDB_H__ | ||
7 | #define __TDB_H__ | ||
8 | |||
9 | +#include <signal.h> | ||
10 | + | ||
11 | + | ||
12 | /* | ||
13 | Unix SMB/CIFS implementation. | ||
14 | |||