Skip to content

Commit 0318f22

Browse files
committed
Add missing includes to silence compile
Submitted by: D'Arcy Cain
1 parent 95251f4 commit 0318f22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bin/pg_id/pg_id.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.1.1.1 1996/07/09 06:22:14 scrappy Exp $
12+
* $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.2 1996/09/16 06:34:40 scrappy Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
1616
#include <sys/types.h>
1717
#include <pwd.h>
1818
#include <stdio.h>
19+
#include <stdlib.h>
20+
#include <unistd.h>
21+
1922

2023
int
2124
main(int argc, char **argv)

0 commit comments

Comments
 (0)