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