From: Marc G. Fournier Date: Fri, 19 Jul 1996 05:54:17 +0000 (+0000) Subject: Fixes compile errors with irix5 port X-Git-Tag: Release_1_0_2~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89ad6338973c033ac34265d829fa8e5c3e122067;p=postgresql Fixes compile errors with irix5 port Submitted by: Thomas van Reimersdahl --- diff --git a/src/backend/port/irix5/port-protos.h b/src/backend/port/irix5/port-protos.h index 7313e49c13..3f58075841 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 #include "fmgr.h" /* for func_ptr */ #include "utils/dynamic_loader.h"