diff options
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" |