mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	Add missing #include <errno.h>.
This commit is contained in:
		| @@ -8,14 +8,15 @@ | |||||||
|  * |  * | ||||||
|  * |  * | ||||||
|  * IDENTIFICATION |  * IDENTIFICATION | ||||||
|  *	  $Header: /cvsroot/pgsql/src/backend/utils/adt/oid.c,v 1.39 2000/11/21 03:23:19 tgl Exp $ |  *	  $Header: /cvsroot/pgsql/src/backend/utils/adt/oid.c,v 1.40 2000/11/21 04:27:39 tgl Exp $ | ||||||
|  * |  * | ||||||
|  *------------------------------------------------------------------------- |  *------------------------------------------------------------------------- | ||||||
|  */ |  */ | ||||||
|  | #include "postgres.h" | ||||||
|  |  | ||||||
| #include <ctype.h> | #include <ctype.h> | ||||||
| #include "postgres.h" | #include <errno.h> | ||||||
|  |  | ||||||
| #include "utils/builtins.h" | #include "utils/builtins.h" | ||||||
|  |  | ||||||
| /***************************************************************************** | /***************************************************************************** | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user