From 3d7fe6c97c1c0c21c44ee422fe79b3623cb8c772 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 31 Oct 1996 05:58:01 +0000 Subject: Added needed include file. --- src/include/storage/proc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/storage/proc.h') diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 36dd928d39..2a73757a95 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.1 1996/08/28 01:58:24 scrappy Exp $ + * $Id: proc.h,v 1.2 1996/10/31 05:57:45 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,6 +16,7 @@ #include "storage/ipc.h" #include "storage/lock.h" #ifndef WIN32 +#include #include #else /* This is because WIN32 already defines PROC */ -- cgit v1.2.1