diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_id/pg_id.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/pg_id/pg_id.c b/src/bin/pg_id/pg_id.c index 675326acbca..251f8c0a40b 100644 --- a/src/bin/pg_id/pg_id.c +++ b/src/bin/pg_id/pg_id.c @@ -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) |