mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
r26019: use <tdb.h> instead of "tdb.h"
metze
(This used to be commit e162958e6f
)
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
#ifndef _TDB_WRAP_H_
|
#ifndef _TDB_WRAP_H_
|
||||||
#define _TDB_WRAP_H_
|
#define _TDB_WRAP_H_
|
||||||
|
|
||||||
#include "tdb.h"
|
#include <tdb.h>
|
||||||
|
|
||||||
struct tdb_wrap {
|
struct tdb_wrap {
|
||||||
struct tdb_context *tdb;
|
struct tdb_context *tdb;
|
||||||
|
Reference in New Issue
Block a user