Gerald Pfeifer : ntdll: Include <signal.h> where needed in the Unix library.

Alexandre Julliard julliard at winehq.org
Mon Jun 15 15:03:05 CDT 2020


Module: wine
Branch: master
Commit: a20b997b3430bd7dc94ffd587cd299efa467420e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a20b997b3430bd7dc94ffd587cd299efa467420e

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Sun Jun 14 17:58:33 2020 +0200

ntdll: Include <signal.h> where needed in the Unix library.

Signed-off-by: Gerald Pfeifer <gerald at pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/process.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/ntdll/unix/process.c b/dlls/ntdll/unix/process.c
index 9f38f042de..58ba031421 100644
--- a/dlls/ntdll/unix/process.c
+++ b/dlls/ntdll/unix/process.c
@@ -28,6 +28,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <signal.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>




More information about the wine-cvs mailing list