diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-07-31 18:43:58 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-31 18:43:58 +0000 |
| commit | 9c0f89c4a40ba6e9c591cdf805a62d9dd2a5dc2f (patch) | |
| tree | 6d427a6103c270acd1dc5e7c05e399a3697a41ca /src | |
| parent | 4e82924eac3792629812fdaed81aceeedbd160af (diff) | |
| download | postgresql-9c0f89c4a40ba6e9c591cdf805a62d9dd2a5dc2f.tar.gz | |
More patches for BSDi from Bruce
Diffstat (limited to 'src')
| -rw-r--r-- | src/backend/port/bsdi_2_1/port-protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/port/bsdi_2_1/port-protos.h b/src/backend/port/bsdi_2_1/port-protos.h index 24a61155ee..5aab562a4b 100644 --- a/src/backend/port/bsdi_2_1/port-protos.h +++ b/src/backend/port/bsdi_2_1/port-protos.h @@ -13,6 +13,7 @@ #ifndef PORT_PROTOS_H #define PORT_PROTOS_H +#include <dlfcn.h> #include "fmgr.h" /* for func_ptr */ #include "utils/dynamic_loader.h" |
