mirror of https://github.com/sysown/proxysql
Merge pull request #4584 from sysown/v2.6.4-fix_fedora40_arm64_build
fix building fedora40 on arm64v2.x_proxy
commit
27e71d2972
@ -0,0 +1,11 @@
|
||||
--- coredumper/src/thread_lister.c 2022-12-07 14:57:26.000000000 +0000
|
||||
+++ coredumper.patched/src/thread_lister.c 2024-07-09 10:58:42.500458663 +0000
|
||||
@@ -35,6 +35,8 @@
|
||||
|
||||
#include <stdio.h> /* needed for NULL on some powerpc platforms (?!) */
|
||||
#include <sys/prctl.h>
|
||||
+#include <sys/types.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#include "linuxthreads.h"
|
||||
/* Include other thread listers here that define THREADS macro
|
||||
Loading…
Reference in new issue