summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_module.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-03 16:31:00 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-15 12:22:19 +1100
commitbc99b62b3a20e59069fda354c39c58d327f2c0bf (patch)
tree3b10c2ba06ceee1f19bb245e835e057110e8f9f6 /source4/lib/ldb/include/ldb_module.h
parent6c6ab50a40853c0d5d552967bccf11a16ecfc913 (diff)
downloadsamba-bc99b62b3a20e59069fda354c39c58d327f2c0bf.tar.gz
samba-bc99b62b3a20e59069fda354c39c58d327f2c0bf.tar.bz2
samba-bc99b62b3a20e59069fda354c39c58d327f2c0bf.zip
ldb: use include <> form for public headers
Diffstat (limited to 'source4/lib/ldb/include/ldb_module.h')
-rw-r--r--source4/lib/ldb/include/ldb_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb_module.h b/source4/lib/ldb/include/ldb_module.h
index 0f2a080763..db8726b7a3 100644
--- a/source4/lib/ldb/include/ldb_module.h
+++ b/source4/lib/ldb/include/ldb_module.h
@@ -33,7 +33,7 @@
#ifndef _LDB_MODULE_H_
#define _LDB_MODULE_H_
-#include "ldb.h"
+#include <ldb.h>
struct ldb_context;
struct ldb_module;