mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Allow /contrib include files to compile on their own.
This commit is contained in:
@ -31,6 +31,8 @@
|
||||
#ifndef TABLEFUNC_H
|
||||
#define TABLEFUNC_H
|
||||
|
||||
#include "fmgr.h"
|
||||
|
||||
/*
|
||||
* External declarations
|
||||
*/
|
||||
|
Reference in New Issue
Block a user