diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 6ec19c7c04b..4b0d8fe0a67 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -2697,7 +2697,9 @@ ProcessInterrupts(void) */ #if defined(__ia64__) || defined(__ia64) +#ifdef __INTEL_COMPILER #include +#endif static __inline__ char * ia64_get_bsp(void)