1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Add missing dlfcn.h includes. Fix "" vs <>.

This commit is contained in:
Peter Eisentraut
2001-05-15 16:55:27 +00:00
parent 6f3da9ae17
commit dbb219b896
6 changed files with 11 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: netbsd.h,v 1.4 2001/05/14 21:45:53 petere Exp $
* $Id: netbsd.h,v 1.5 2001/05/15 16:55:27 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,7 +16,8 @@
#include <sys/types.h>
#include <nlist.h>
#include "link.h"
#include <link.h>
#include <dlfcn.h>
#include "utils/dynamic_loader.h"