diff options
Diffstat (limited to 'src/include/executor/spi.h')
-rw-r--r-- | src/include/executor/spi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h index 2db0c5d5779..4834ab4dd87 100644 --- a/src/include/executor/spi.h +++ b/src/include/executor/spi.h @@ -8,6 +8,10 @@ #ifndef SPI_H #define SPI_H +/* + * This file may be used by client modules that haven't already + * included postgres.h + */ #include "postgres.h" /* |