-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Area: networkArea: NetworkingArea: NetworkingType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
Hi,
When I try compiling tests/driver_enc28j60
with the following command,
BOARD=stm32f4discovery USEMODULE+=gnrc_uhcpc make all
I got an error:
RIOT/sys/net/application_layer/uhcp/uhcp.c:11:23: fatal error: arpa/inet.h: No such file or directory
#include <arpa/inet.h>
^
compilation terminated.
Is it an unexpected error, or did I miss something? I would appreciate if someone let me know.
Thank you.
Metadata
Metadata
Assignees
Labels
Area: networkArea: NetworkingArea: NetworkingType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)