pg_dumpall.c missing include time.h? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject pg_dumpall.c missing include time.h?
Date
Msg-id 20040609160717.GA3946@dcc.uchile.cl
Whole thread Raw
Responses Re: pg_dumpall.c missing include time.h?
List pgsql-hackers
I got:

gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations
-I/home/alvherre/CVS/pgsql/source/13commitOpt/src/interfaces/libpq-I../../../src/include
-I/home/alvherre/CVS/pgsql/source/13commitOpt/src/include-D_GNU_SOURCE  -DFRONTEND  -c -o pg_dumpall.o
/home/alvherre/CVS/pgsql/source/13commitOpt/src/bin/pg_dump/pg_dumpall.c-MMD
 
/home/alvherre/CVS/pgsql/source/13commitOpt/src/bin/pg_dump/pg_dumpall.c: In function `dumpTimestamp':
/home/alvherre/CVS/pgsql/source/13commitOpt/src/bin/pg_dump/pg_dumpall.c:826: warning: implicit declaration of function
`time'
/home/alvherre/CVS/pgsql/source/13commitOpt/src/bin/pg_dump/pg_dumpall.c:828: warning: implicit declaration of function
`strftime'
/home/alvherre/CVS/pgsql/source/13commitOpt/src/bin/pg_dump/pg_dumpall.c:828: warning: implicit declaration of function
`localtime'

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La naturaleza, tan frágil, tan expuesta a la muerte... y tan viva"



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Frequently updated tables
Next
From: Greg Stark
Date:
Subject: Re: Assignment to array elements