mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 02:26:34 +00: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>
|