diff options
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 |