From dd0b54ded1463b395e0d81b55958683885d7d14f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 17 May 2009 17:52:27 +0100 Subject: samba: Fix header file to include signal.h, fixing compile failures Signed-off-by: Richard Purdie --- meta-moblin/packages/samba/files/tdbheaderfix.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-moblin/packages/samba/files/tdbheaderfix.patch (limited to 'meta-moblin/packages/samba/files') diff --git a/meta-moblin/packages/samba/files/tdbheaderfix.patch b/meta-moblin/packages/samba/files/tdbheaderfix.patch new file mode 100644 index 000000000..e37c9b0d5 --- /dev/null +++ b/meta-moblin/packages/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 ++ ++ + /* + Unix SMB/CIFS implementation. + -- cgit v1.2.3