1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Add header required for test harness to compile on FreeBSD.

This commit is contained in:
David Steele 2021-01-24 13:39:13 -05:00
parent 5c98157bce
commit ea0dc8c2cb

View File

@ -2,6 +2,7 @@
Server Test Harness
***********************************************************************************************************************************/
#include <arpa/inet.h>
#include <netinet/in.h>
#include <string.h>
#include <sys/socket.h>
#include <unistd.h>