diff options
Diffstat (limited to 'src/backend/port/dynloader/openbsd.h')
-rw-r--r-- | src/backend/port/dynloader/openbsd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/port/dynloader/openbsd.h b/src/backend/port/dynloader/openbsd.h index 155600e6974..deb0f4434c9 100644 --- a/src/backend/port/dynloader/openbsd.h +++ b/src/backend/port/dynloader/openbsd.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: openbsd.h,v 1.4 2001/05/14 21:45:53 petere Exp $ + * $Id: openbsd.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" |