We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec5e78 commit 51716fdCopy full SHA for 51716fd
src/include/access/ibit.h
@@ -6,14 +6,14 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: ibit.h,v 1.3 1996/11/03 08:17:20 scrappy Exp $
+ * $Id: ibit.h,v 1.4 1996/11/05 07:24:03 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef IBIT_H
14
#define IBIT_H
15
16
-#include "utils/memutils.h"
+#include <utils/memutils.h>
17
18
typedef struct IndexAttributeBitMapData {
19
char bits[(MaxIndexAttributeNumber + MaxBitsPerByte - 1)
0 commit comments