diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/pyldb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c index f71ee23340..ef2af060f2 100644 --- a/source4/lib/ldb/pyldb.c +++ b/source4/lib/ldb/pyldb.c @@ -25,6 +25,7 @@ License along with this library; if not, see <http://www.gnu.org/licenses/>. */ +#include "replace.h" #include "ldb_private.h" #include <Python.h> #include "pyldb.h" |