mingw: make simavr compilable with MinGW
[simavr] / examples / parts / uart_udp.c
index 4a99803..d3ad0db 100644 (file)
        along with simavr.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <netinet/in.h>
-#include <netinet/tcp.h>
-#include <arpa/inet.h>
-#include <sys/socket.h>
-#include <sys/time.h>
 #include <pthread.h>
 #include <string.h>
 #include <stdio.h>