mirror of
https://github.com/postgres/postgres.git
synced 2025-12-15 02:22:24 +03:00
Replace direct inclusions of c.h with inclusion of postgres.h,
to ensure that config.h is included as well.
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
#include <sys/ldr.h>
|
||||
#include <a.out.h>
|
||||
#include <ldfcn.h>
|
||||
#include "postgres.h"
|
||||
#include "dynloader.h"
|
||||
#include "c.h"
|
||||
|
||||
/*
|
||||
* We simulate dlopen() et al. through a call to load. Because AIX has
|
||||
|
||||
Reference in New Issue
Block a user