mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
d/remote: Only define __USE_MISC if not defined
This commit is contained in:
parent
c4683bb059
commit
3168eb750d
|
@ -25,7 +25,10 @@
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
|
#ifndef __USE_MISC
|
||||||
#define __USE_MISC // SOL_TCP on C11
|
#define __USE_MISC // SOL_TCP on C11
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <netinet/tcp.h>
|
#include <netinet/tcp.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue