diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-01-17 06:20:06 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-01-17 06:20:06 +0000 |
| commit | 7a6b562fdf60f1d1ebe9e2bc154d0ffd56dab2d1 (patch) | |
| tree | 1e24049a7bedd03a13776dc131e808ae97eca197 /src/bin/pg_id/pg_id.c | |
| parent | 298682d9e0b0ec55d5f72cec1f4d43c23f2a1ac6 (diff) | |
| download | postgresql-7a6b562fdf60f1d1ebe9e2bc154d0ffd56dab2d1.tar.gz | |
Apply Win32 patch from Horak Daniel.
Diffstat (limited to 'src/bin/pg_id/pg_id.c')
| -rw-r--r-- | src/bin/pg_id/pg_id.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/bin/pg_id/pg_id.c b/src/bin/pg_id/pg_id.c index 7388946051..ee2cb020a2 100644 --- a/src/bin/pg_id/pg_id.c +++ b/src/bin/pg_id/pg_id.c @@ -9,7 +9,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.6 1998/06/15 19:30:03 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.7 1999/01/17 06:19:10 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,9 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> - +#ifdef __CYGWIN32__ +#include <getopt.h> +#endif int main(int argc, char **argv) |
