- mrail-fix-incompatible-pointer-issues.patch - util-add-missing-include.patch - psm-add-missing-declaration.patch - Refresh 0001-Drop-real128.patch to work with patch -p0 - Switch to autopatch OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=103
21 lines
535 B
Diff
21 lines
535 B
Diff
commit e0028839a9bee6996816ae5be43f8a1a7faa6580
|
|
Author: Nicolas Morey <nmorey@suse.com>
|
|
Date: Thu Sep 5 10:00:12 2024 +0200
|
|
|
|
util: add missing include
|
|
|
|
Signed-off-by: Nicolas Morey <nmorey@suse.com>
|
|
|
|
diff --git src/util/mem/mpit.c src/util/mem/mpit.c
|
|
index 19c2caf27cb3..17f6e6115291 100644
|
|
--- src/util/mem/mpit.c
|
|
+++ src/util/mem/mpit.c
|
|
@@ -18,6 +18,7 @@
|
|
#include <stdio.h>
|
|
#include <search.h>
|
|
#include <stdint.h>
|
|
+#include <sys/shm.h>
|
|
|
|
#ifdef USE_MEMORY_TRACING
|
|
# define mpit_malloc(a, line, file) \
|