the unixware buildfarm animals happy again.
* 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"