Don't include <fcntl.h> in Win32.

This commit is contained in:
Themaister 2012-05-27 14:18:37 +02:00
parent b01fc8b4f7
commit 20472ae36d
2 changed files with 1 additions and 1 deletions

View file

@ -39,6 +39,7 @@
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <fcntl.h>
#ifdef __CELLOS_LV2__
#include <cell/sysmodule.h>

View file

@ -19,7 +19,6 @@
#include "general.h"
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
struct network_cmd
{