Move sys/types.h to top, for hiroyuki hanai/ FreeBSD.

REL7_2_STABLE
Bruce Momjian 24 years ago
parent 8c7e1893c3
commit dbb76bf2e0
  1. 4
      src/backend/utils/init/findbe.c

@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.25 2001/10/29 18:06:54 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.26 2002/02/08 16:30:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <sys/types.h>
#include <grp.h>
#include <pwd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>

Loading…
Cancel
Save