Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 92a73d2

Browse files
committed
Add #include <time.h> to pg_ctl.c to fix compiler warning.
1 parent 5d950e3 commit 92a73d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/pg_ctl/pg_ctl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <locale.h>
2424
#include <signal.h>
2525
#include <stdlib.h>
26+
#include <time.h>
2627
#include <sys/types.h>
2728
#include <sys/stat.h>
2829
#include <unistd.h>

0 commit comments

Comments
 (0)