Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal proto.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 10 Aug 2000 14:41:52 -0500 (CDT)
guy         2000/08/10 14:41:49 CDT

  Modified files:
    .                    proto.c 
  Log:
  We must include "snprintf.h" *after* including <stdarg.h>, and
  <stdarg.h> is now included by "proto.h", so we must include "snprintf.h"
  after including "proto.h".
  
  Revision  Changes    Path
  1.75      +5 -5      ethereal/proto.c