tdb: Use <tdb.h> to include tdb so system headers are found when building against...
[kai/samba-autobuild/.git] / source4 / auth / credentials / pycredentials.h
index 5c3a9b2ebbf7e409a699b30b3b5879141926608f..451ade6ee96dd982e84f6f3897109cccef506ae1 100644 (file)
@@ -20,7 +20,7 @@
 #define _PYCREDENTIALS_H_
 
 #include "auth/credentials/credentials.h"
-#include "lib/talloc/pytalloc.h"
+#include <pytalloc.h>
 
 extern PyTypeObject PyCredentials;
 extern PyTypeObject PyCredentialCacheContainer;