diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 10:37:16 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 10:37:16 +0000 |
| commit | 6608278ea40a57ba55ee83771e9cf995d94cd269 (patch) | |
| tree | 12e980f97362c721409156039bf58186c90eefc3 /src/include/catalog/catalog.h | |
| parent | 500ce42f370dd8c0b2b80895921a75b7d9b08a7e (diff) | |
| download | postgresql-6608278ea40a57ba55ee83771e9cf995d94cd269.tar.gz | |
these ones have their dependencies cleaned up
Diffstat (limited to 'src/include/catalog/catalog.h')
| -rw-r--r-- | src/include/catalog/catalog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catalog.h b/src/include/catalog/catalog.h index 44ee99df5e..b183180c60 100644 --- a/src/include/catalog/catalog.h +++ b/src/include/catalog/catalog.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: catalog.h,v 1.1 1996/08/28 01:56:21 scrappy Exp $ + * $Id: catalog.h,v 1.2 1996/11/05 10:37:14 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef CATALOG_H #define CATALOG_H -#include "access/tupdesc.h" +#include <access/tupdesc.h> extern char *relpath(char relname[]); extern bool IsSystemRelationName(char *relname); |
