Switch to unified view
a/libupnpp/discovery.cxx | b/libupnpp/discovery.cxx | ||
---|---|---|---|
... |
... |
||
16 | */ |
16 | */ |
17 | #include "config.h" |
17 | #include "config.h" |
18 | 18 | ||
19 | #include <stdlib.h> |
19 | #include <stdlib.h> |
20 | #include <errno.h> |
20 | #include <errno.h> |
21 | #include <unistd.h> |
||
21 | 22 | ||
22 | #include <iostream> |
23 | #include <iostream> |
23 | #include <map> |
24 | #include <map> |
24 | using namespace std; |
25 | using namespace std; |
25 | 26 |