Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan column-utils.c to_str.c value_string.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 1 Apr 2001 21:30:07 -0500 (CDT)
guy         2001/04/01 21:30:07 CDT

  Modified files:
    epan                 column-utils.c to_str.c value_string.c 
  Log:
  Include <sys/time.h> as well as <time.h> in "column-utils.c" and
  "value_string.c", as they include "epan/to_str.h", and that uses "struct
  timeval" in some function prototypes.
  
  In "to_str.c", include <sys/types.h> before including <netinet/in.h>; on
  at least some platforms, definitions in <netinet/in.h> require types
  defined in <sys/types.h>.
  
  In "to_str.c", include <sys/socket.h>, so that AF_INET6 is defined.
  
  Revision  Changes    Path
  1.2       +8 -4      ethereal/epan/column-utils.c
  1.4       +9 -6      ethereal/epan/to_str.c
  1.2       +5 -1      ethereal/epan/value_string.c