Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
Add missing #includes, needed on some platforms. This should make
Browse files Browse the repository at this point in the history
the unixware buildfarm animals happy again.
  • Loading branch information
Heikki Linnakangas committed Sep 11, 2010
1 parent 3799b67 commit c6413a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/backend/port/unix_latch.c
Expand Up @@ -86,6 +86,11 @@
#include <fcntl.h>
#include <signal.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif

#include "miscadmin.h"
#include "storage/latch.h"
Expand Down

0 comments on commit c6413a6

Please sign in to comment.