s4:ldb_map: include ldb_includes.h first to get replace.h as first header
authorStefan Metzmacher <metze@samba.org>
Thu, 26 Feb 2009 08:42:29 +0000 (09:42 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 26 Feb 2009 08:42:29 +0000 (09:42 +0100)
This should bring the build on AIX one step further.

metze

source4/lib/ldb/ldb_map/ldb_map.c
source4/lib/ldb/ldb_map/ldb_map_inbound.c
source4/lib/ldb/ldb_map/ldb_map_outbound.c

index 959540374cc566a275b6b25983b6a79a332a1d30..5b4ea7910a75137c8ddea361620d64491e71162d 100644 (file)
@@ -35,6 +35,7 @@
  *  Author: Jelmer Vernooij, Martin Kuehl
  */
 
+#include "ldb_includes.h"
 #include "ldb_map.h"
 #include "ldb_map_private.h"
 
index 822dea654ec2bff6d8bb0f3bc0004c55c9fea6c0..455740ce590ee27dc0f54a8af5a0072c5da77daa 100644 (file)
@@ -24,6 +24,7 @@
 
 */
 
+#include "ldb_includes.h"
 #include "ldb_map.h"
 #include "ldb_map_private.h"
 
index eb7b4590baf80a28144bd6d3e8debba1c0a88f5e..ffcefad6be6fdf066cb4b3552f11d5d4e75d6ff5 100644 (file)
@@ -25,6 +25,7 @@
 
 */
 
+#include "ldb_includes.h"
 #include "ldb_map.h"
 #include "ldb_map_private.h"