summaryrefslogtreecommitdiff
path: root/udevdb.c
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-08-06 00:03:30 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:01:40 -0700
commita2822451e27dbc576343834e76d5382d5112ac24 (patch)
tree4598f987c81f235660edf5f350dff6101f678607 /udevdb.c
parent8e41d35d7675b7d47db3e27da4e1fd508d772c32 (diff)
[PATCH] merge tdb into the build process.
Diffstat (limited to 'udevdb.c')
-rw-r--r--udevdb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/udevdb.c b/udevdb.c
index b200f2f6ed..b976fd50ef 100644
--- a/udevdb.c
+++ b/udevdb.c
@@ -7,9 +7,10 @@
#include <string.h>
#include <sys/stat.h>
#include <errno.h>
+#include <signal.h>
#include "udevdb.h"
-#include "tdb.h"
+#include "tdb/tdb.h"
static TDB_CONTEXT *busdb;
static TDB_CONTEXT *classdb;