mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +03:00
First clean compile without a "PORTNAME" variable being set...
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.13 1997/09/18 20:22:27 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.14 1997/12/20 00:10:42 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -26,7 +26,8 @@
|
||||
#include "access/heapam.h"
|
||||
#include "nodes/pg_list.h"
|
||||
|
||||
#include "port-protos.h" /* system specific function prototypes */
|
||||
#include "dynloader.h"
|
||||
|
||||
#ifdef __ultrix
|
||||
#include <dl.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user