diff options
Diffstat (limited to 'contrib/seg/seg.c')
| -rw-r--r-- | contrib/seg/seg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c index 8e2d5343ae..1e6c37d9e1 100644 --- a/contrib/seg/seg.c +++ b/contrib/seg/seg.c @@ -12,7 +12,8 @@ #include <float.h> #include "access/gist.h" -#include "access/skey.h" +#include "access/stratnum.h" +#include "fmgr.h" #include "segdata.h" |
