1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 15:16:41 +00:00
termux-packages/packages/openmpi/opal-util-info.c.patch
2021-12-04 14:36:35 +01:00

13 lines
277 B
Diff

--- ../info.c.orig 2018-09-13 21:30:21.602391682 +0200
+++ ./opal/util/info.c 2018-09-13 21:30:30.942315803 +0200
@@ -27,7 +27,9 @@
#include <string.h>
#include <errno.h>
+#ifdef HAVE_STDLIB_H
#include <stdlib.h>
+#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif