chiark / gitweb /
[PATCH] merge tdb into the build process.
[elogind.git] / udevdb.c
index b200f2f6edffd02853fa0b65609261b03418d56c..b976fd50ef44e11ee14cc5b9977b1f95ec9380da 100644 (file)
--- 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;