You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
224 B
Diff
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>
|