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:
@ -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;
|
||||
|
Reference in New Issue
Block a user