]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Another
authorMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 07:24:03 +0000 (07:24 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 07:24:03 +0000 (07:24 +0000)
src/include/access/ibit.h

index 57cb73051845b8893deac748681ddb0ef616c884..8cb1722160831244f2381299be188e289f4997a3 100644 (file)
@@ -6,14 +6,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $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 $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef        IBIT_H
 #define IBIT_H
 
-#include "utils/memutils.h" 
+#include <utils/memutils.h>
 
 typedef struct IndexAttributeBitMapData {
        char    bits[(MaxIndexAttributeNumber + MaxBitsPerByte - 1)