Chromium Code Reviews| Index: tools/skiaserve/skiaserve.cpp |
| diff --git a/tools/skiaserve/skiaserve.cpp b/tools/skiaserve/skiaserve.cpp |
| index 77b2cc053a95d411b240dc50751b877c9cc465de..c2c5150504bf7c088bc77d8788715c693d36aab0 100644 |
| --- a/tools/skiaserve/skiaserve.cpp |
| +++ b/tools/skiaserve/skiaserve.cpp |
| @@ -16,8 +16,11 @@ |
| #include "urlhandlers/UrlHandler.h" |
| #include <errno.h> |
| + |
| +#if !defined _WIN32 |
| #include <sys/socket.h> |
| #include <arpa/inet.h> |
| +#endif |
| using namespace Response; |