d/remote: Only define __USE_MISC if not defined

This commit is contained in:
Christoph Haag 2020-11-23 22:36:11 +01:00 committed by Jakob Bornecrantz
parent c4683bb059
commit 3168eb750d

View file

@ -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>
/*