1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-30 05:39:12 +02:00

Add missing header in lock module.

This commit is contained in:
David Steele 2022-12-05 14:00:25 +08:00
parent c972a9359b
commit 96cf479d3c

View File

@ -4,6 +4,8 @@ Lock Handler
#ifndef COMMON_LOCK_H
#define COMMON_LOCK_H
#include <sys/types.h>
/***********************************************************************************************************************************
Lock types
***********************************************************************************************************************************/