diff options
Diffstat (limited to 'lib/tdb2/tdb2.h')
-rw-r--r-- | lib/tdb2/tdb2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tdb2/tdb2.h b/lib/tdb2/tdb2.h index 6a7cab617d..55ad309722 100644 --- a/lib/tdb2/tdb2.h +++ b/lib/tdb2/tdb2.h @@ -29,8 +29,10 @@ extern "C" { #endif -#ifndef _SAMBA_BUILD_ #include "config.h" +#ifdef HAVE_LIBREPLACE +#include "replace.h" +#else #if HAVE_FILE_OFFSET_BITS #define _FILE_OFFSET_BITS 64 #endif @@ -46,8 +48,6 @@ extern "C" { #include <stdbool.h> /* For memcmp */ #include <string.h> -#else -#include "replace.h" #endif #include <ccan/compiler/compiler.h> #include <ccan/typesafe_cb/typesafe_cb.h> |