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

Comparing hopm/branches/1.0.x/src/libopm/src/libopm.c (file contents):
Revision 5266 by michael, Wed Dec 31 15:07:49 2014 UTC vs.
Revision 5267 by michael, Thu Jan 1 18:50:21 2015 UTC

# Line 34 | Line 34
34   #include "proxy.h"
35  
36   #include <errno.h>
37 < #ifdef TIME_WITH_SYS_TIME
38 < # include <sys/time.h>
39 < # include <time.h>
40 < #else
41 < # ifdef HAVE_SYS_TIME_H
42 < #  include <sys/time.h>
43 < # else
44 < #  include <time.h>
45 < # endif
46 < #endif
37 > #include <sys/time.h>
38 > #include <time.h>
39   #include <unistd.h>
40   #include <string.h>
41   #include <poll.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines