1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

pyglue: fix the build with automatic dependecies

metze
This commit is contained in:
Stefan Metzmacher
2008-12-29 08:40:04 +01:00
parent 7bf5768a52
commit b719595fd6

View File

@ -26,7 +26,7 @@
#include "librpc/ndr/libndr.h" #include "librpc/ndr/libndr.h"
#include "version.h" #include "version.h"
#include <Python.h> #include <Python.h>
#include "pyldb.h" #include "lib/ldb/pyldb.h"
#include "libcli/util/pyerrors.h" #include "libcli/util/pyerrors.h"
#include "libcli/security/security.h" #include "libcli/security/security.h"
#include "auth/pyauth.h" #include "auth/pyauth.h"