Use <tdb.h> to include tdb, so the system include file gets used when building against
[kamenim/samba.git] / source4 / lib / tdb_wrap.h
index d49fafbf0ca028353a15d43f45e5e470ae0aebe1..94035c1bea67cd67c58b6ae586e240d9d201e4f0 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef _TDB_WRAP_H_
 #define _TDB_WRAP_H_
 
-#include "../lib/tdb/include/tdb.h"
+#include <tdb.h>
 
 struct tdb_wrap {
        struct tdb_context *tdb;