View | Details | Raw Unified | Return to bug 235123
Collapse All | Expand All

(-)./work/openmpi-1.10.7/ompi/contrib/vt/vt/vtlib/vt_mallocwrap.c.orig (+1 lines)
Lines 28-33 Link Here
28
#include <stdlib.h>
28
#include <stdlib.h>
29
#if (defined(HAVE_MEMALIGN) && HAVE_MEMALIGN) || \
29
#if (defined(HAVE_MEMALIGN) && HAVE_MEMALIGN) || \
30
    (defined(HAVE_VALLOC) &&  HAVE_VALLOC)
30
    (defined(HAVE_VALLOC) &&  HAVE_VALLOC)
31
# include <malloc.h>
31
#endif /* HAVE_MEMALIGN || HAVE_VALLOC */
32
#endif /* HAVE_MEMALIGN || HAVE_VALLOC */
32
33
33
34

Return to bug 235123