From e4babdfa4451ce251ce4632a320deb63d38003cd Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 7 Mar 2024 22:29:10 +1300 Subject: [PATCH] ldb:pyldb.h: include some headers that are used Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- lib/ldb/pyldb.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1