aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/samba/samba/tdbheaderfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/samba/samba/tdbheaderfix.patch')
-rw-r--r--recipes-connectivity/samba/samba/tdbheaderfix.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-connectivity/samba/samba/tdbheaderfix.patch b/recipes-connectivity/samba/samba/tdbheaderfix.patch
new file mode 100644
index 0000000..e37c9b0
--- /dev/null
+++ b/recipes-connectivity/samba/samba/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.
+