Files
MSYS2-packages/psmisc/0000-fix-build.patch
2024-02-01 20:08:26 +01:00

13 lines
344 B
Diff

--- psmisc-v23.6/src/killall.c.orig 2024-02-01 20:04:58.803238600 +0100
+++ psmisc-v23.6/src/killall.c 2024-02-01 20:04:42.372098800 +0100
@@ -38,7 +38,9 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
+#ifdef HAVE_SYS_SYSCALL_H
#include <sys/syscall.h>
+#endif
#include <fcntl.h>
#include <getopt.h>
#include <pwd.h>