~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to plugins/experimental/spdy/lib/base/inet.h

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-05-09 01:00:04 UTC
  • mto: (1.1.11) (5.3.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20130509010004-9fqq9n0adseg3f8w
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef INET_H_9452AE2E_D6D2_4B26_AF98_7550DC033E54
20
20
#define INET_H_9452AE2E_D6D2_4B26_AF98_7550DC033E54
21
21
 
 
22
#include <stdlib.h> // abort
22
23
#include <sys/types.h>
23
24
#include <netinet/in.h>
24
25