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

Commit 8cf8b47

Browse files
committed
syslogger.c needs <sys/time.h> on some platforms, per Greg Mullane.
1 parent b06c907 commit 8cf8b47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/postmaster/syslogger.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
*
2020
* IDENTIFICATION
21-
* $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.4 2004/08/06 19:17:31 tgl Exp $
21+
* $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.5 2004/08/09 20:28:48 tgl Exp $
2222
*
2323
*-------------------------------------------------------------------------
2424
*/
@@ -29,6 +29,7 @@
2929
#include <time.h>
3030
#include <unistd.h>
3131
#include <sys/stat.h>
32+
#include <sys/time.h>
3233

3334
#include "libpq/pqsignal.h"
3435
#include "miscadmin.h"

0 commit comments

Comments
 (0)