remote: fix compilation with glibc
Fixes builds for the arc target. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
2
remote.c
2
remote.c
@@ -17,6 +17,8 @@
|
|||||||
* Copyright (C) 2020 John Crispin <john@phrozen.org>
|
* Copyright (C) 2020 John Crispin <john@phrozen.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define _GNU_SOURCE
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
Reference in New Issue
Block a user