mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Don't include <fcntl.h> in Win32.
This commit is contained in:
parent
b01fc8b4f7
commit
20472ae36d
2 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include "general.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
struct network_cmd
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue