Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 51716fd

Browse files
committed
Another
1 parent 9ec5e78 commit 51716fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/access/ibit.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: ibit.h,v 1.3 1996/11/03 08:17:20 scrappy Exp $
9+
* $Id: ibit.h,v 1.4 1996/11/05 07:24:03 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef IBIT_H
1414
#define IBIT_H
1515

16-
#include "utils/memutils.h"
16+
#include <utils/memutils.h>
1717

1818
typedef struct IndexAttributeBitMapData {
1919
char bits[(MaxIndexAttributeNumber + MaxBitsPerByte - 1)

0 commit comments

Comments
 (0)