OSDN Git Service

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 7313e49..3f58075 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"