Commit 22f68f358e8db856f25591233ceddbd7dcfb6168

Authored by perry.werneck@gmail.com
1 parent e36770c2

Corrigindo compilacao em windows

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
toggles.c
... ... @@ -38,7 +38,10 @@
38 38  
39 39 #include <errno.h>
40 40 #include <sys/types.h>
41   -#include <sys/socket.h>
  41 +
  42 +#ifndef WIN32
  43 + #include <sys/socket.h>
  44 +#endif // !WIN32
42 45  
43 46 #include <lib3270/config.h>
44 47 #include "toggle.h"
... ...