1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-15 02:22:24 +03:00

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

This commit is contained in:
Marc G. Fournier
1997-12-20 04:13:31 +00:00
parent a38bd20b83
commit 9a60a20f99
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
#include <sys/ldr.h>
#include <a.out.h>
#include <ldfcn.h>
#include "dlfcn.h"
#include "dynloader.h"
#include "c.h"
/*