1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s4:lib/ldb: include replace.h in pyldb.c

This fixes the build on Tru64.

metze
This commit is contained in:
Stefan Metzmacher 2009-01-30 19:41:33 +01:00
parent 84ca20a6b5
commit d129507ee4

View File

@ -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"