Re: [PATCH hurd 1/2] Include unistd.h for sleep in pfinet/ethernet.c

2024-06-24 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le lun. 24 juin 2024 21:55:47 +0100, a ecrit: > Compilation fails otherwise due to -Werror=implicit-function-declaration > --- > pfinet/ethernet.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c > index 9eb33bb..ae738de

[PATCH hurd 1/2] Include unistd.h for sleep in pfinet/ethernet.c

2024-06-24 Thread Flavio Cruz
Compilation fails otherwise due to -Werror=implicit-function-declaration --- pfinet/ethernet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c index 9eb33bb..ae738de 100644 --- a/pfinet/ethernet.c +++ b/pfinet/ethernet.c @@ -30,6 +30,7 @@ #include #incl