diff options
Diffstat (limited to 'src/include/access/strat.h')
-rw-r--r-- | src/include/access/strat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/strat.h b/src/include/access/strat.h index b1e58f08dbe..92b58939b54 100644 --- a/src/include/access/strat.h +++ b/src/include/access/strat.h @@ -7,14 +7,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: strat.h,v 1.15 1999/05/25 22:42:34 momjian Exp $ + * $Id: strat.h,v 1.16 1999/07/15 23:03:38 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef STRAT_H #define STRAT_H -#include <access/skey.h> +#include "access/skey.h" typedef uint16 StrategyNumber; |