]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add missing includes to silence compile
authorMarc G. Fournier <scrappy@hub.org>
Mon, 16 Sep 1996 06:34:40 +0000 (06:34 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 16 Sep 1996 06:34:40 +0000 (06:34 +0000)
Submitted by: D'Arcy Cain

src/bin/pg_id/pg_id.c

index 675326acbca2ced1eba5c2304e1df226ca9c4417..251f8c0a40be9c0badf49ede75e29ef9669b52ad 100644 (file)
@@ -9,13 +9,16 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.1.1.1 1996/07/09 06:22:14 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.2 1996/09/16 06:34:40 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include <sys/types.h>
 #include <pwd.h>
 #include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+
 
 int
 main(int argc, char **argv)