summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-06-10 12:43:00 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-06-10 12:46:14 +0300
commit8570114dc1a7a655043d94a6eb1ebf295f1d3647 (patch)
treeccf76beedb7ca3046873305acec9047b34555e94 /src/include/access
parent28ac7972873bd314d4837807396fe44571b5cb50 (diff)
downloadpostgresql-8570114dc1a7a655043d94a6eb1ebf295f1d3647.tar.gz
Make include files work without having to include other ones first
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/hio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index f9dc50cc65..a3f8a457b8 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -14,6 +14,7 @@
#ifndef HIO_H
#define HIO_H
+#include "access/heapam.h"
#include "access/htup.h"
#include "utils/relcache.h"
#include "storage/buf.h"