]> granicus.if.org Git - postgresql/blobdiff - src/backend/storage/lmgr/single.c
Clean up Makefile(s)
[postgresql] / src / backend / storage / lmgr / single.c
index 8d41ea38bb66f5a8d7d9d7f4ec19a39f7525c07a..20feddbed9f27b5768fec80e46362bf852d40e97 100644 (file)
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Attic/single.c,v 1.1.1.1 1996/07/09 06:21:57 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Attic/single.c,v 1.2 1996/11/03 05:07:33 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include <string.h>
+
+#include "postgres.h"
+
 #include "storage/lmgr.h"      /* where the declarations go */
 #include "storage/lock.h"
 #include "storage/multilev.h"