Skip to content
Snippets Groups Projects
Commit 837f33cf authored by Tom Lane's avatar Tom Lane
Browse files

Add missing #include <errno.h>.

parent c4bc9a85
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,15 @@
*
*
* 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 "postgres.h"
#include <errno.h>
#include "utils/builtins.h"
/*****************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment