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:
10
inetutils/001-missing-include.patch
Normal file
10
inetutils/001-missing-include.patch
Normal 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:
|
||||
Reference in New Issue
Block a user