提交 9a60a20f 编写于 作者: M Marc G. Fournier

fix so that dynloader.h is included instead of port-protos.h

上级 a38bd20b
......@@ -12,7 +12,7 @@
#include <sys/ldr.h>
#include <a.out.h>
#include <ldfcn.h>
#include "dlfcn.h"
#include "dynloader.h"
#include "c.h"
/*
......
......@@ -18,7 +18,7 @@
#include <stdio.h>
#include <dld.h>
#include "postgres.h"
#include "port-protos.h"
#include "dynloader.h"
#include "utils/elog.h"
#include "fmgr.h"
......
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册