|
23 | 23 | * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
|
24 | 24 | * Portions Copyright (c) 1994, Regents of the University of California
|
25 | 25 | *
|
26 |
| - * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.24 2004/08/29 16:34:48 tgl Exp $ |
| 26 | + * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.25 2004/11/17 21:37:47 tgl Exp $ |
27 | 27 | *
|
28 | 28 | *-------------------------------------------------------------------------
|
29 | 29 | */
|
|
36 | 36 | #include<sys/time.h>
|
37 | 37 | #include<time.h>
|
38 | 38 | #include<unistd.h>
|
| 39 | +#ifdefHAVE_GETOPT_H |
| 40 | +#include<getopt.h> |
| 41 | +#endif |
39 | 42 |
|
40 | 43 | #include"access/xlog.h"
|
41 | 44 | #include"access/xlog_internal.h"
|
|