mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
This commit is contained in:
parent
2cc6b77292
commit
63c818e1fa
1 changed files with 9 additions and 8 deletions
|
|
@ -38,19 +38,20 @@
|
|||
#endif
|
||||
|
||||
#else
|
||||
#ifndef LINUX
|
||||
#include <Carbon/Carbon.h>
|
||||
#ifdef LINUX
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/errno.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <netinet/in.h>
|
||||
#else
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <netdb.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/errno.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netinet/in.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "../../basics/juce_StandardHeader.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue