diff options
Diffstat (limited to 'src/include/utils/lselect.h')
-rw-r--r-- | src/include/utils/lselect.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/utils/lselect.h b/src/include/utils/lselect.h index a820f2ddaf..05dd1d10cc 100644 --- a/src/include/utils/lselect.h +++ b/src/include/utils/lselect.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: lselect.h,v 1.7 1997/09/08 21:55:10 momjian Exp $ + * $Id: lselect.h,v 1.8 1997/11/26 01:14:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,7 +14,11 @@ #define LSELECT_H #include <stdio.h> + +#include "access/skey.h" +#include "access/tupdesc.h" #include "access/htup.h" +#include "utils/syscache.h" struct leftist { |