ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/irc.c
(Generate patch)

Comparing hopm/branches/1.0.x/src/irc.c (file contents):
Revision 5252 by michael, Thu Jan 1 13:45:57 2015 UTC vs.
Revision 5267 by michael, Thu Jan 1 18:50:21 2015 UTC

# Line 32 | Line 32
32   #include <netinet/in.h>
33   #include <arpa/inet.h>
34   #include <poll.h>
35 <
36 < #ifdef TIME_WITH_SYS_TIME
37 < # include <sys/time.h>
38 < # include <time.h>
39 < #else
40 < # ifdef HAVE_SYS_TIME_H
41 < #  include <sys/time.h>
42 < # else
43 < #  include <time.h>
44 < # endif
45 < #endif
35 > #include <sys/time.h>
36 > #include <time.h>
37  
38   #include <errno.h>
39   #include <stdarg.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines