diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-10-31 05:58:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-10-31 05:58:01 +0000 |
commit | 3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772 (patch) | |
tree | 3ed2f5e76f0d903c7ba452e8f7ab2f55f57721c0 /src/include/storage/ipc.h | |
parent | 7a93da98af8694feb58e97fdbdcbc64a3d07160c (diff) |
Added needed include file.
Diffstat (limited to 'src/include/storage/ipc.h')
-rw-r--r-- | src/include/storage/ipc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h index 9ee9ef5b9a3..e5baf1c2dbe 100644 --- a/src/include/storage/ipc.h +++ b/src/include/storage/ipc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: ipc.h,v 1.4 1996/10/19 06:27:12 scrappy Exp $ + * $Id: ipc.h,v 1.5 1996/10/31 05:57:40 momjian Exp $ * * NOTES * This file is very architecture-specific. This stuff should actually @@ -23,6 +23,8 @@ #include <sys/types.h> +#include "postgres.h" + /* * Many architectures have support for user-level spinlocks (i.e., an * atomic test-and-set instruction). However, we have only written |