diff options
Diffstat (limited to 'src/backend/port/dynloader/freebsd.h')
-rw-r--r-- | src/backend/port/dynloader/freebsd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/port/dynloader/freebsd.h b/src/backend/port/dynloader/freebsd.h index fe75a47f0c2..ce5069f876c 100644 --- a/src/backend/port/dynloader/freebsd.h +++ b/src/backend/port/dynloader/freebsd.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * 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 <nlist.h> #include <link.h> +#include <dlfcn.h> #include "utils/dynamic_loader.h" |