Parent Directory
|
Revision Log
Fix missing #includes for gcc-47 (bug 425690). Thanks Diego. Also add slot deps to qt-*:4 (Portage version: 2.1.11.9/cvs/Linux x86_64)
| 1 | tomjbe | 1.1 | --- async/cpp/AsyncCppDnsLookupWorker.cpp.old 2012-07-31 17:45:31.000000000 +0000 |
| 2 | +++ async/cpp/AsyncCppDnsLookupWorker.cpp 2012-07-31 17:45:24.000000000 +0000 | ||
| 3 | @@ -38,6 +38,7 @@ | ||
| 4 | * | ||
| 5 | ****************************************************************************/ | ||
| 6 | |||
| 7 | +#include <unistd.h> | ||
| 8 | #include <sys/socket.h> | ||
| 9 | #include <netinet/in.h> | ||
| 10 | #include <arpa/inet.h> |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |