mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +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 <netinet/in.h>
|
||||
|
||||
#ifndef __USE_MISC
|
||||
#define __USE_MISC // SOL_TCP on C11
|
||||
#endif
|
||||
|
||||
#include <netinet/tcp.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue