mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Added dlfcn.h to dl.c in BSD44_derived port
This commit is contained in:
parent
aefb294e13
commit
c61d606a15
@ -38,6 +38,7 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <nlist.h>
|
#include <nlist.h>
|
||||||
#include <link.h>
|
#include <link.h>
|
||||||
|
#include <dlfcn.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user