Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
7e291452
Commit
7e291452
authored
Aug 28, 2022
by
Jonathan Wilkes
Browse files
use system header for all platforms
parent
56086a9c
Pipeline
#3876
failed with stage
in 218 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
externals/OSCx/libOSC/OSC-client.c
View file @
7e291452
...
...
@@ -52,10 +52,11 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#define DONE 4
/* All open bundles have been closed, so can't write
anything else */
#include
<stdio.h>
#ifdef WIN32
#include
<winsock2.h>
#include
<io.h>
#include
<stdio.h>
#include
<errno.h>
#include
<fcntl.h>
#include
<sys/types.h>
...
...
@@ -68,7 +69,6 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#ifdef unix
#include
<netinet/in.h>
#include
<stdio.h>
#endif
#include
"OSC-client.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment