diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-11-01 09:31:17 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-01 09:31:17 +0000 |
| commit | 3516eda61c669945eec99fcd3bc8ccac4bb9829c (patch) | |
| tree | bda8b9e19dc050c5841b4e3fc3ff7f474960c43b /src/include/storage/ipc.h | |
| parent | f44acab12c7fe509335f6ae9df94584a905d42f7 (diff) | |
| download | postgresql-3516eda61c669945eec99fcd3bc8ccac4bb9829c.tar.gz | |
Okay, following Bryan's (and others) suggestions...cleaning up the
include files properly...yet, slowly...
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 3d26e1483f..bbe18a0fd5 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.7 1996/11/01 03:36:16 momjian Exp $ + * $Id: ipc.h,v 1.8 1996/11/01 09:31:12 scrappy Exp $ * * NOTES * This file is very architecture-specific. This stuff should actually @@ -21,6 +21,8 @@ #define _IPC_ #endif +#include <sys/types.h> + /* * Many architectures have support for user-level spinlocks (i.e., an * atomic test-and-set instruction). However, we have only written |
