Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-atalk.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: Wed, 3 Nov 1999 01:06:22 -0600 (CST)
guy         1999/11/03 01:06:20 CST

  Modified files:
    .                    packet-atalk.c 
  Log:
  We *do* need <netinet/in.h> on Debian (and probably other Linuxes, and
  quite possibly other UNIX-flavored OSes), in order to declare "ntohs()"
  and the like.  Put the include back (I guess we could include "global.h"
  after including it, or move the byte-order stuff into a separate header
  file and include *that* after <netinet.h>, in order to squelch the
  complaints somebody saw compiling on AIX).
  
  Revision  Changes    Path
  1.20      +5 -1      ethereal/packet-atalk.c