Missing header in zic.c?

Started by Dann Corbitover 21 years ago2 messages
#1Dann Corbit
DCorbit@connx.com

Perhaps it is a Win32 only issue.

This is from today's snapshot.

When compiling zic.c, the definition for optarg was missing (obviously
getopt.h was missing). Adding getopt.h to zic.c solved that problem.

Perhaps it is a combination of compiler flags that skirts the inclusion.
I performed a make clean and then a make using the MINGW tool set.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dann Corbit (#1)
Re: Missing header in zic.c?

"Dann Corbit" <DCorbit@connx.com> writes:

When compiling zic.c, the definition for optarg was missing (obviously
getopt.h was missing). Adding getopt.h to zic.c solved that problem.

Fixed --- thanks.

regards, tom lane