mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Add #include "postgres.h"
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: port-protos.h,v 1.2 1996/10/23 07:40:45 scrappy Exp $
|
||||
* $Id: port-protos.h,v 1.3 1996/10/31 11:09:37 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -17,6 +17,8 @@
|
||||
#include <nlist.h>
|
||||
#include <link.h>
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "fmgr.h" /* for func_ptr */
|
||||
#include "utils/dynamic_loader.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user