Commit 92a73d21 authored by Bruce Momjian's avatar Bruce Momjian

Add #include <time.h> to pg_ctl.c to fix compiler warning.

parent 5d950e3b
......@@ -23,6 +23,7 @@
#include <locale.h>
#include <signal.h>
#include <stdlib.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment