Switch to unified view
a/sc2src/httpgate.cpp | b/sc2src/httpgate.cpp | ||
---|---|---|---|
... |
... |
||
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 <string.h> |
19 | #include <string.h> |
20 | #include <sched.h> |
||
20 | #include <arpa/inet.h> |
21 | #include <arpa/inet.h> |
21 | #include <sys/types.h> |
22 | #include <sys/types.h> |
22 | #include <sys/select.h> |
23 | #include <sys/select.h> |
23 | #include <sys/socket.h> |
24 | #include <sys/socket.h> |
24 | 25 |