r26019: use <tdb.h> instead of "tdb.h"
authorStefan Metzmacher <metze@samba.org>
Sat, 17 Nov 2007 21:49:24 +0000 (22:49 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:45:43 +0000 (05:45 +0100)
metze
(This used to be commit e162958e6f9cd79f2caf1213f78d3f6a4cf90b9d)

source4/lib/tdb_wrap.h

index bb36cabd40fc4aeb48c61bb40548eb67fb9415bf..b97d88a93ae01a4aeee2e855dd83e84f4df4e06e 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef _TDB_WRAP_H_
 #define _TDB_WRAP_H_
 
-#include "tdb.h"
+#include <tdb.h>
 
 struct tdb_wrap {
        struct tdb_context *tdb;