diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-14 15:34:08 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-14 17:18:46 +0200 |
commit | 88ecf1a9b8032669e097cca448c0640d1453a234 (patch) | |
tree | 953498a6539458b97d7e8e3606594d7880f1345b /source4/auth | |
parent | 1022c28e15acfc68aedc8b6853417d2f1f357f2a (diff) | |
download | samba-88ecf1a9b8032669e097cca448c0640d1453a234.tar.gz samba-88ecf1a9b8032669e097cca448c0640d1453a234.tar.bz2 samba-88ecf1a9b8032669e097cca448c0640d1453a234.zip |
Use public pytalloc header file.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Aug 14 17:18:46 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/gensec/pygensec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/pygensec.c b/source4/auth/gensec/pygensec.c index a088f9c4db..d7cbea6f57 100644 --- a/source4/auth/gensec/pygensec.c +++ b/source4/auth/gensec/pygensec.c @@ -23,7 +23,7 @@ #include "auth/credentials/pycredentials.h" #include "libcli/util/pyerrors.h" #include "scripting/python/modules.h" -#include "lib/talloc/pytalloc.h" +#include <pytalloc.h> #include <tevent.h> #include "librpc/rpc/pyrpc_util.h" |