mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
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:
parent
07b776f52f
commit
680dc79f17
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user