From: Douglas Bagnall Date: Thu, 7 Mar 2024 09:29:10 +0000 (+1300) Subject: ldb:pyldb.h: include some headers that are used X-Git-Tag: tdb-1.4.11~1404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4babdfa4451ce251ce4632a320deb63d38003cd;p=thirdparty%2Fsamba.git ldb:pyldb.h: include some headers that are used Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/lib/ldb/pyldb.h b/lib/ldb/pyldb.h index 6c8dfd1b51a..34357eada1a 100644 --- a/lib/ldb/pyldb.h +++ b/lib/ldb/pyldb.h @@ -27,6 +27,8 @@ #define _PYLDB_H_ #include +#include "ldb_private.h" +#include "lib/replace/system/python.h" typedef struct { PyObject_HEAD