summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/common/ldb_dn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_dn.c b/source4/lib/ldb/common/ldb_dn.c
index 766f8a174c..ea7c6b5f69 100644
--- a/source4/lib/ldb/common/ldb_dn.c
+++ b/source4/lib/ldb/common/ldb_dn.c
@@ -34,8 +34,8 @@
* Author: Simo Sorce
*/
-#include <ctype.h>
#include "ldb_includes.h"
+#include <ctype.h>
#define LDB_DN_NULL_FAILED(x) if (!(x)) goto failed