Add #include <errno.h> per recent reports that it's now necessary on

RHL 9.  (Not clear why it didn't break long before, actually...)
This commit is contained in:
Tom Lane 2003-04-11 20:51:27 +00:00
parent 07b776f52f
commit 680dc79f17

View File

@ -7,12 +7,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.145.2.1 2002/02/27 01:47:31 ishii Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.145.2.2 2003/04/11 20:51:27 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <errno.h>
#include <unistd.h>
#include <sys/stat.h>