Switch to unified view
a/libupnpp/device/device.cxx | b/libupnpp/device/device.cxx | ||
---|---|---|---|
... |
... |
||
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | */ |
16 | */ |
17 | #include "config.h" |
17 | #include "config.h" |
18 | 18 | ||
19 | #include <time.h> |
19 | #include <time.h> |
20 | #include <errno.h> |
||
20 | #include <sys/time.h> |
21 | #include <sys/time.h> |
21 | 22 | ||
22 | #include <iostream> |
23 | #include <iostream> |
23 | using namespace std; |
24 | using namespace std; |
24 | 25 |