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:
David Bauer
2021-10-30 01:13:34 +02:00
parent bee2caf184
commit d7833e14ef

View File

@@ -17,6 +17,8 @@
* Copyright (C) 2020 John Crispin <john@phrozen.org>
*/
#define _GNU_SOURCE
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>