1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

More stuff to make it compile on various ports.

This commit is contained in:
Bryan Henderson
1996-11-27 08:16:44 +00:00
parent a38365e0eb
commit 9c0afeabb7
15 changed files with 116 additions and 75 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.5 1996/11/10 03:03:26 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.6 1996/11/27 08:16:01 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@ -32,6 +32,7 @@
#include <stdio.h> /* for sprintf() */
#include <errno.h>
#include <sys/file.h>
#include <fcntl.h>
#include <string.h>
#include "postgres.h"