Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2746e5f commit 262c71aCopy full SHA for 262c71a
src/backend/port/unix_latch.c
@@ -77,7 +77,7 @@
77
* Portions Copyright (c) 1994, Regents of the University of California
78
*
79
* IDENTIFICATION
80
- * $PostgreSQL: pgsql/src/backend/port/unix_latch.c,v 1.1 2010/09/11 15:48:04 heikki Exp $
+ * $PostgreSQL: pgsql/src/backend/port/unix_latch.c,v 1.2 2010/09/11 16:26:04 heikki Exp $
81
82
*-------------------------------------------------------------------------
83
*/
@@ -86,6 +86,11 @@
86
#include <fcntl.h>
87
#include <signal.h>
88
#include <unistd.h>
89
+#include <sys/time.h>
90
+#include <sys/types.h>
91
+#ifdef HAVE_SYS_SELECT_H
92
+#include <sys/select.h>
93
+#endif
94
95
#include "miscadmin.h"
96
#include "storage/latch.h"
0 commit comments