forward: Add forward declaration for LockFile (#37445)

This commit is contained in:
Daan De Meyer
2025-05-14 19:55:18 +02:00
committed by GitHub

View File

@@ -92,6 +92,7 @@ typedef struct Set Set;
typedef struct dual_timestamp dual_timestamp;
typedef struct triple_timestamp triple_timestamp;
typedef struct LockFile LockFile;
typedef struct PidRef PidRef;
typedef struct Prioq Prioq;
typedef struct RateLimit RateLimit;