summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-26 09:42:29 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-26 09:42:29 +0100
commit64662cb0c34425f7a0ccc66e43c21b7b69451ca9 (patch)
tree590a897a783a329fadd119796ab30ee191e42a45
parentb679f6b25673969800f31cf0bd0f57799bb0598c (diff)
downloadsamba-64662cb0c34425f7a0ccc66e43c21b7b69451ca9.tar.gz
samba-64662cb0c34425f7a0ccc66e43c21b7b69451ca9.tar.bz2
samba-64662cb0c34425f7a0ccc66e43c21b7b69451ca9.zip
s4:ldb_map: include ldb_includes.h first to get replace.h as first header
This should bring the build on AIX one step further. metze
-rw-r--r--source4/lib/ldb/ldb_map/ldb_map.c1
-rw-r--r--source4/lib/ldb/ldb_map/ldb_map_inbound.c1
-rw-r--r--source4/lib/ldb/ldb_map/ldb_map_outbound.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_map/ldb_map.c b/source4/lib/ldb/ldb_map/ldb_map.c
index 959540374c..5b4ea7910a 100644
--- a/source4/lib/ldb/ldb_map/ldb_map.c
+++ b/source4/lib/ldb/ldb_map/ldb_map.c
@@ -35,6 +35,7 @@
* Author: Jelmer Vernooij, Martin Kuehl
*/
+#include "ldb_includes.h"
#include "ldb_map.h"
#include "ldb_map_private.h"
diff --git a/source4/lib/ldb/ldb_map/ldb_map_inbound.c b/source4/lib/ldb/ldb_map/ldb_map_inbound.c
index 822dea654e..455740ce59 100644
--- a/source4/lib/ldb/ldb_map/ldb_map_inbound.c
+++ b/source4/lib/ldb/ldb_map/ldb_map_inbound.c
@@ -24,6 +24,7 @@
*/
+#include "ldb_includes.h"
#include "ldb_map.h"
#include "ldb_map_private.h"
diff --git a/source4/lib/ldb/ldb_map/ldb_map_outbound.c b/source4/lib/ldb/ldb_map/ldb_map_outbound.c
index eb7b4590ba..ffcefad6be 100644
--- a/source4/lib/ldb/ldb_map/ldb_map_outbound.c
+++ b/source4/lib/ldb/ldb_map/ldb_map_outbound.c
@@ -25,6 +25,7 @@
*/
+#include "ldb_includes.h"
#include "ldb_map.h"
#include "ldb_map_private.h"