pytalloc: allow for using a system libtalloc-dev with pytalloc
[kai/samba-autobuild/.git] / source4 / auth / credentials / pycredentials.h
index b1040c607943cd9b2f531a6382ce1e4a639356f8..6d03ca158b03f71f8764c125f3349d4d990ab007 100644 (file)
@@ -20,7 +20,7 @@
 #define _PYCREDENTIALS_H_
 
 #include "auth/credentials/credentials.h"
-#include "pytalloc.h"
+#include "lib/talloc/pytalloc.h"
 
 PyAPI_DATA(PyTypeObject) PyCredentials;
 PyAPI_DATA(PyTypeObject) PyCredentialCacheContainer;