mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Add missing dlfcn.h includes. Fix "" vs <>.
This commit is contained in:
@ -39,7 +39,7 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <nlist.h>
|
||||
#include "link.h"
|
||||
#include <link.h>
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user