0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-06 02:26:34 +00:00
termux-packages/packages/blade/src-standard-process.c.patch
2023-02-01 02:03:51 +00:00

12 lines
224 B
Diff

--- a/src/standard/process.c
+++ b/src/standard/process.c
@@ -2,7 +2,7 @@
#ifdef HAVE_SYSCONF
#include <sys/ipc.h>
-#include <sys/shm.h>
+#include <linux/shm.h>
#endif
#ifdef HAVE_SYSCTLBYNAME
#include <sys/sysctl.h>