mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
fix so that dynloader.h is included instead of port-protos.h
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.1 1997/12/20 02:36:17 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.2 1997/12/20 04:13:31 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -19,7 +19,7 @@
|
||||
#include <dld.h>
|
||||
#endif
|
||||
#include "postgres.h"
|
||||
#include "port-protos.h"
|
||||
#include "dynloader.h"
|
||||
#include "utils/elog.h"
|
||||
#include "fmgr.h"
|
||||
|
||||
|
Reference in New Issue
Block a user