1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

r26019: use <tdb.h> instead of "tdb.h"

metze
(This used to be commit e162958e6f)
This commit is contained in:
Stefan Metzmacher
2007-11-17 22:49:24 +01:00
parent e5e362567d
commit 669a4e14fc

View 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;