diff options
| author | Stefan Metzmacher <metze@samba.org> | 2008-12-29 08:40:04 +0100 | 
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2008-12-29 08:42:03 +0100 | 
| commit | b719595fd6fd8606b4a5eefa2b0cc24da503a44c (patch) | |
| tree | b057f3dd2b1f2b158aab59f151fe6f8909445ccc /source4/scripting/python | |
| parent | 7bf5768a523082d5d47140155824f24689009e55 (diff) | |
| download | samba-b719595fd6fd8606b4a5eefa2b0cc24da503a44c.tar.gz samba-b719595fd6fd8606b4a5eefa2b0cc24da503a44c.tar.bz2 samba-b719595fd6fd8606b4a5eefa2b0cc24da503a44c.zip | |
pyglue: fix the build with automatic dependecies
metze
Diffstat (limited to 'source4/scripting/python')
| -rw-r--r-- | source4/scripting/python/pyglue.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c index c882240b63..24ffd58caf 100644 --- a/source4/scripting/python/pyglue.c +++ b/source4/scripting/python/pyglue.c @@ -26,7 +26,7 @@  #include "librpc/ndr/libndr.h"  #include "version.h"  #include <Python.h> -#include "pyldb.h" +#include "lib/ldb/pyldb.h"  #include "libcli/util/pyerrors.h"  #include "libcli/security/security.h"  #include "auth/pyauth.h" | 
