mirror of
https://git.yoctoproject.org/poky
synced 2026-05-17 02:27:54 +02:00
15 lines
369 B
Diff
15 lines
369 B
Diff
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.
|
|
|