need to include postgres.h before HAVE_DLD_H
need to include string.h for strdup() From: Bryan Henderson <bryanh@giraffe-data.com>
This commit is contained in:
parent
8e3ccad128
commit
c629d3b9d6
@ -10,15 +10,17 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.3 1998/01/01 06:02:02 thomas Exp $
|
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.4 1998/01/02 03:40:04 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "postgres.h"
|
||||||
#ifdef HAVE_DLD_H
|
#ifdef HAVE_DLD_H
|
||||||
#include <dld.h>
|
#include <dld.h>
|
||||||
#endif
|
#endif
|
||||||
#include "postgres.h"
|
|
||||||
#include "dynloader.h"
|
#include "dynloader.h"
|
||||||
#include "utils/elog.h"
|
#include "utils/elog.h"
|
||||||
#include "fmgr.h"
|
#include "fmgr.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user