Fix the build on "opi"
authorVolker Lendecke <vl@samba.org>
Thu, 29 Jan 2009 19:07:58 +0000 (20:07 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 29 Jan 2009 20:38:05 +0000 (21:38 +0100)
It did not like to include "includes.h" twice

source3/lib/tdb_validate.c
source3/lib/tdb_validate.h

index 948201a5f2a8c8d11aafcb531c6e67c281fec721..1f5dfe4d258b4928e55442fba286ec75c5e08450 100644 (file)
@@ -19,8 +19,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "includes.h"
 #include "tdb_validate.h"
+#include "includes.h"
 
 /*
  * internal validation function, executed by the child.
index 1a207fa66916a33d5305da93f114d7ebf106be35..9eda79d7db1eecd8d2ae3704c2e3868295461943 100644 (file)
@@ -22,7 +22,8 @@
 #ifndef __TDB_VALIDATE_H__
 #define __TDB_VALIDATE_H__
 
-#include "includes.h"
+#include "lib/replace/replace.h"
+#include "tdb.h"
 
 /**
  * Flag field for keeping track of the status of a validation.