inetutils: fix a missing include for the cygwin imported patch

See https://github.com/msys2/MSYS2-packages/pull/4328#issuecomment-1878866340
This commit is contained in:
Christoph Reiter
2024-01-05 16:54:00 +01:00
parent 7c2cf54d33
commit 7e750ecc1d
2 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
--- inetutils-2.5/libinetutils/daemon.c.orig 2024-01-05 16:45:26.007983700 +0100
+++ inetutils-2.5/libinetutils/daemon.c 2024-01-05 16:48:55.477628100 +0100
@@ -55,6 +55,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <attribute.h>
+#include <string.h>
/*
According to Unix-FAQ maintained by Andrew Gierth: