Add missing #includes, needed on some platforms. This should make
authorHeikki Linnakangas
Sat, 11 Sep 2010 16:26:04 +0000 (16:26 +0000)
committerHeikki Linnakangas
Sat, 11 Sep 2010 16:26:04 +0000 (16:26 +0000)
the unixware buildfarm animals happy again.

src/backend/port/unix_latch.c

index ba136ea5aee53c3fdc18ff528d27d56f109c6e54..3f1e8739213bfc5774c94821e7e832e4e34ace86 100644 (file)
@@ -77,7 +77,7 @@
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $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 $
  *
  *-------------------------------------------------------------------------
  */
 #include 
 #include 
 #include 
+#include 
+#include 
+#ifdef HAVE_SYS_SELECT_H
+#include 
+#endif
 
 #include "miscadmin.h"
 #include "storage/latch.h"