about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-19 23:10:40 +0100
committerDominik Heidler <dominik@heidler.eu>2016-04-26 23:50:56 +0200
commit65960dfbb23b0541e5148d2f14dfc5fc57c390bd (patch)
tree0e32f0a67b05dc9a6c06866fe9438553fa55943e
parent9d263d7c83bb04bcd4bdd2d7f384a6bbf36ce986 (diff)
downloadprofani-tty-65960dfbb23b0541e5148d2f14dfc5fc57c390bd.tar.gz
Fixed cygwin compile (again)
-rw-r--r--src/tools/http_upload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/http_upload.h b/src/tools/http_upload.h
index 28c83d98..a8829666 100644
--- a/src/tools/http_upload.h
+++ b/src/tools/http_upload.h
@@ -39,7 +39,7 @@
 #define SOCKET int
 #endif
 
-#include <sys/socket.h>
+#include <sys/select.h>
 #include <curl/curl.h>
 
 // forward -> ui/win_types.h