Fixes compile errors with irix5 port

Submitted by: Thomas van Reimersdahl <reimersd@dali.techinfo.rwth-aachen.de>
pull/19/head
Marc G. Fournier 30 years ago
parent 2771129c82
commit 89ad633897
  1. 1
      src/backend/port/irix5/port-protos.h

@ -13,6 +13,7 @@
#ifndef PORT_PROTOS_H #ifndef PORT_PROTOS_H
#define PORT_PROTOS_H #define PORT_PROTOS_H
#include <dlfcn.h>
#include "fmgr.h" /* for func_ptr */ #include "fmgr.h" /* for func_ptr */
#include "utils/dynamic_loader.h" #include "utils/dynamic_loader.h"

Loading…
Cancel
Save