提交 48a7170a 编写于 作者: M Marc G. Fournier

Added missing #includes pointed out by Keith Parks

上级 8a1e0e8e
......@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.9 1996/11/03 10:57:24 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.10 1996/11/05 05:25:44 scrappy Exp $
*
* NOTES
* some of the executor utility code such as "ExecTypeFromTL" should be
......@@ -16,14 +16,16 @@
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include "postgres.h"
#include "parser/catalog_utils.h"
#include "nodes/parsenodes.h"
#include "utils/builtins.h"
#include "utils/fcache.h"
#include "utils/palloc.h"
#include "utils/tqual.h"
#include "utils/syscache.h"
#ifndef HAVE_MEMMOVE
# include "regex/utils.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册