|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * IDENTIFICATION
|
10 |
| - * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.4 1996/07/22 23:00:18 scrappy Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.5 1996/08/27 22:20:26 scrappy Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
|
17 | 17 | #include"postgres.h"
|
18 | 18 | #include"miscadmin.h"/* for DataDir */
|
19 | 19 |
|
20 |
| -#include"machine.h" |
21 | 20 | #include"storage/smgr.h"/* where the declarations go */
|
22 | 21 | #include"storage/block.h"
|
23 | 22 | #include"storage/fd.h"
|
|