Add pg_type.h to include list to regain declaration of type OID assignments.

Lost these when some include files were reorganized.
 Regression test could not compile.
This commit is contained in:
Thomas G. Lockhart 1997-11-30 22:42:58 +00:00
parent 7059464335
commit 9faa6cabc5
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "nodes/execnodes.h"
#include "nodes/plannodes.h"
#include "catalog/pg_proc.h"
#include "catalog/pg_type.h"
#include "tcop/pquery.h"
#include "tcop/tcopprot.h"
#include "tcop/utility.h"