1
0
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:
Marc G. Fournier 1996-10-03 22:41:42 +00:00
parent aefb294e13
commit c61d606a15

View File

@ -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>