aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-07-31 18:43:58 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-07-31 18:43:58 +0000
commit9c0f89c4a40ba6e9c591cdf805a62d9dd2a5dc2f (patch)
tree6d427a6103c270acd1dc5e7c05e399a3697a41ca /src
parent4e82924eac3792629812fdaed81aceeedbd160af (diff)
downloadpostgresql-9c0f89c4a40ba6e9c591cdf805a62d9dd2a5dc2f.tar.gz
postgresql-9c0f89c4a40ba6e9c591cdf805a62d9dd2a5dc2f.zip
More patches for BSDi from Bruce
Diffstat (limited to 'src')
-rw-r--r--src/backend/port/bsdi_2_1/port-protos.h1
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 24a61155ee8..5aab562a4b7 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"