1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Make it compile on Ultrix. Thanks Erik Bertelson.

This commit is contained in:
Bryan Henderson
1996-11-26 03:20:35 +00:00
parent 02c0eb6549
commit 46d58fba33
25 changed files with 66 additions and 36 deletions

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: dynamic_loader.h,v 1.2 1996/11/04 08:14:05 scrappy Exp $
* $Id: dynamic_loader.h,v 1.3 1996/11/26 03:20:17 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@ -15,6 +15,8 @@
#include <sys/types.h>
#include <postgres.h>
#ifdef MIN
#undef MIN
#undef MAX