diff options
author | greg@kroah.com <greg@kroah.com> | 2003-08-06 00:03:30 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:01:40 -0700 |
commit | a2822451e27dbc576343834e76d5382d5112ac24 (patch) | |
tree | 4598f987c81f235660edf5f350dff6101f678607 /udevdb.c | |
parent | 8e41d35d7675b7d47db3e27da4e1fd508d772c32 (diff) |
[PATCH] merge tdb into the build process.
Diffstat (limited to 'udevdb.c')
-rw-r--r-- | udevdb.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |