aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/single.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/lmgr/single.c')
-rw-r--r--src/backend/storage/lmgr/single.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/single.c b/src/backend/storage/lmgr/single.c
index 8d41ea38bb6..20feddbed9f 100644
--- a/src/backend/storage/lmgr/single.c
+++ b/src/backend/storage/lmgr/single.c
@@ -13,11 +13,14 @@
*
*
* 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"