]> granicus.if.org Git - postgresql/commitdiff
Fixes compile errors with irix5 port
authorMarc G. Fournier <scrappy@hub.org>
Fri, 19 Jul 1996 05:54:17 +0000 (05:54 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 19 Jul 1996 05:54:17 +0000 (05:54 +0000)
Submitted by: Thomas van Reimersdahl <reimersd@dali.techinfo.rwth-aachen.de>

src/backend/port/irix5/port-protos.h

index 7313e49c1383353e339de969d9b58abe76e42ddd..3f580758416895d0d0e4a41c1b120b6ab8416b7e 100644 (file)
@@ -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"