Ethereal-dev: [ethereal-dev] That proto_tree patch and linux

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Fri, 2 Jul 1999 11:58:24 -0500
Sorry folks; I tested my proto_tree patch on solaris only. To make it
compile on linux, please add the following lines to the top of proto.h:

#ifdef HAVE_SYS_TIME_H
 #ifndef _SYS_TIME_H
  #include <sys/time.h>
 #endif
#endif

(this assumes that proto.h is included in a *.c file _after_ "config.h"
is included. This assumption is correct for ethereal)

thanks,

--gilbert