mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
include winsock2.h on windows in libsmf for htons/l etc.
This commit is contained in:
parent
8d1f88f87b
commit
2b9f50ffc7
4 changed files with 16 additions and 0 deletions
|
|
@ -37,7 +37,11 @@
|
|||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <errno.h>
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
#include "smf.h"
|
||||
#include "smf_private.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue