]> granicus.if.org Git - postgresql/commitdiff
Added include files needed for getpid prototype.
authorBruce Momjian <bruce@momjian.us>
Thu, 26 Dec 1996 17:50:26 +0000 (17:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 26 Dec 1996 17:50:26 +0000 (17:50 +0000)
Bruce Momjian

src/backend/storage/lmgr/lock.c

index c3720c4c9a58363cce4f8620a88898b3b5822c17..0091aedcf803bea5fe86211cabfba1d5015eecba 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.5 1996/11/08 05:58:51 momjian Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.6 1996/12/26 17:50:26 momjian Exp $
  *
  * NOTES
  *    Outside modules can create a lock table and acquire/release
@@ -33,6 +33,8 @@
  */
 #include <stdio.h>             /* for sprintf() */
 #include <string.h>
+#include <sys/types.h>
+#include <unistd.h>
 
 #include "postgres.h"
 #include "storage/shmem.h"