Commit 68938c47 authored by Tom Lane's avatar Tom Lane

Add missing <getopt.h>, per Dann Corbit.

parent 2042b342
...@@ -3,13 +3,16 @@ ...@@ -3,13 +3,16 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). * 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.8 2004/06/03 02:08:07 tgl Exp $ * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.9 2004/07/22 01:41:24 tgl Exp $
*/ */
#include "postgres.h" #include "postgres.h"
#include <locale.h> #ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#include <limits.h> #include <limits.h>
#include <locale.h>
#include "pgtz.h" #include "pgtz.h"
#include "private.h" #include "private.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment