~ubuntu-branches/ubuntu/raring/curl/raring-updates

« back to all changes in this revision

Viewing changes to lib/asyn-ares.c

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2011-11-13 21:07:32 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: package-import@ubuntu.com-20111113210732-bk5n25x2tu7aplur
Tags: upstream-7.22.0
ImportĀ upstreamĀ versionĀ 7.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "setup.h"
24
24
 
25
 
#include <string.h>
26
 
 
27
25
#ifdef HAVE_LIMITS_H
28
26
#include <limits.h>
29
27
#endif
39
37
#ifdef HAVE_ARPA_INET_H
40
38
#include <arpa/inet.h>
41
39
#endif
42
 
#ifdef HAVE_STDLIB_H
43
 
#include <stdlib.h>     /* required for free() prototypes */
44
 
#endif
45
40
#ifdef HAVE_UNISTD_H
46
41
#include <unistd.h>     /* for the close() proto */
47
42
#endif
48
43
#ifdef __VMS
49
44
#include <in.h>
50
45
#include <inet.h>
51
 
#include <stdlib.h>
52
46
#endif
53
47
 
54
48
#ifdef HAVE_PROCESS_H