Commit a7365409 authored by Bruce Momjian's avatar Bruce Momjian

Add #include <sys/time.h> for struct timeval definition on BSD/OS.

parent 47a09eda
...@@ -28,13 +28,14 @@ ...@@ -28,13 +28,14 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/replication/walreceiver/walreceiver.c,v 1.1 2010/01/15 09:19:03 heikki Exp $ * $PostgreSQL: pgsql/src/backend/replication/walreceiver/walreceiver.c,v 1.2 2010/01/16 01:55:28 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include "postgres.h" #include "postgres.h"
#include <unistd.h> #include <unistd.h>
#include <sys/time.h>
#include "access/xlog_internal.h" #include "access/xlog_internal.h"
#include "libpq-fe.h" #include "libpq-fe.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