Add missing #include <errno.h>, per gripe from Alessio Bragadini.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Oct 2002 22:37:19 +0000 (22:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Oct 2002 22:37:19 +0000 (22:37 +0000)
src/backend/main/main.c

index 52edda5aeec8c7733946b58a58e3671140595fe8..163d57d0df2bb84ba13c2b5a768b4cc06aa427d3 100644 (file)
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.54 2002/09/04 20:31:19 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.55 2002/10/31 22:37:19 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include "postgres.h"
 
+#include <errno.h>
 #include <pwd.h>
 #include <unistd.h>
 #include <locale.h>