We *do* need <netinet/in.h> on Debian (and probably other Linuxes, and
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 3 Nov 1999 07:06:17 +0000 (07:06 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 3 Nov 1999 07:06:17 +0000 (07:06 +0000)
commitd7fb503392f1df4eba634666ebf1704fa84c2340
treedde1c81c4e86ab227be08f60f728e2a7ad322246
parent2fa16205ada6f1fa3905df7d5fccf83877d9afe0
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).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@969 f5534014-38df-0310-8fa8-9805f1628bb7
packet-atalk.c