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

Comparing hopm/trunk/src/libopm/src/libopm.c (file contents):
Revision 5233 by michael, Wed Dec 31 15:08:00 2014 UTC vs.
Revision 5266 by michael, Thu Jan 1 18:49:40 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