Skip to content

Commit f336db6

Browse files
committed
Add include pg_getopt.h
1 parent d3b1127 commit f336db6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pg_probackup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <time.h>
1818
#include <sys/stat.h>
1919
#include <unistd.h>
20+
#include "pg_getopt.h"
2021

2122
const char *PROGRAM_VERSION = "2.0.17";
2223
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";

0 commit comments

Comments
 (0)