Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal snprintf.h

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

From: Uwe Girlich <girlich@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 19 Jul 2002 07:59:22 -0500 (CDT)
girlich     2002/07/19 07:59:22 CDT

  Modified files:
    .                    snprintf.h 
  Log:
  Include sys/types.h to provide the type size_t, which is needed
  further down in this file but must not be defined yet in the C source,
  which includes this header file.
  Example: without this change, packet-dcerpc-samr.c 1.51 could not be
  compiled under SINIX-M.
  
  Revision  Changes    Path
  1.7       +6 -1      ethereal/snprintf.h