Ethereal-users: [Ethereal-users] implicit declaration of function `gmtime'

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Kevin Glass" <infosecmgr@xxxxxxxxxxx>
Date: 22 Jan 2002 17:31:32 -0000
I ran into this error message this morning and wanted to pass it along.  
Seems that in the script packet-srvloc.c you have to manually add the line 

#include <time.h>

After adding this to the script everything compliled beautifully.  Sorry if 
this is a no brainer, but it stumped me for a few so I thought I would pass 
it on.  Thanks!