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

Lines changed: 2 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy