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