1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add missing include so include file compiles cleanly on its own.

This commit is contained in:
Bruce Momjian
2011-08-22 23:19:21 -04:00
parent 034dda61dd
commit 2ab15afcdd

View File

@ -14,6 +14,7 @@
#ifndef TABLECMDS_H
#define TABLECMDS_H
#include "access/htup.h"
#include "nodes/parsenodes.h"
#include "storage/lock.h"
#include "utils/relcache.h"