tdb: Use <tdb.h> to include tdb so system headers are found when building against...
[kamenim/samba.git] / source4 / auth / pyauth.h
index 2d0379e6e86958c84fbec2e5e91c69e8a9e8f62c..38fd2a56a851ad98988598413f1b83e2689db6e6 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef _PYAUTH_H_
 #define _PYAUTH_H_
 
-#include "lib/talloc/pytalloc.h"
+#include <pytalloc.h>
 #include "auth/session.h"
 
 #define PyAuthSession_AsSession(obj) py_talloc_get_type(obj, struct auth_session_info)