aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-07-19 05:54:17 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-07-19 05:54:17 +0000
commit89ad6338973c033ac34265d829fa8e5c3e122067 (patch)
treea78f19e2ac1999151a2789a641dcd05f6c9d9f3b
parent2771129c8272bc9c8f01cd5221dbd9855117748e (diff)
downloadpostgresql-89ad6338973c033ac34265d829fa8e5c3e122067.tar.gz
postgresql-89ad6338973c033ac34265d829fa8e5c3e122067.zip
Fixes compile errors with irix5 port
Submitted by: Thomas van Reimersdahl <reimersd@dali.techinfo.rwth-aachen.de>
-rw-r--r--src/backend/port/irix5/port-protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/port/irix5/port-protos.h b/src/backend/port/irix5/port-protos.h
index 7313e49c138..3f580758416 100644
--- a/src/backend/port/irix5/port-protos.h
+++ b/src/backend/port/irix5/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"