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

Add missing header.

This commit is contained in:
David Steele 2019-12-02 11:54:45 -05:00
parent 8dfe0e48e2
commit d1f49825b1

View File

@ -7,6 +7,7 @@ PostgreSQL Interface
#include <stdint.h>
#include <sys/types.h>
#include "common/debug.h"
#include "common/type/string.h"
#include "storage/storage.h"