1
1

fix malloc deprication error with gcc 4.6.3 on ubuntu/fedora

This commit was SVN r28605.
Этот коммит содержится в:
Mike Dubman 2013-06-09 18:13:16 +00:00
родитель d081e767b5
Коммит d18b3ae1a7

Просмотреть файл

@ -38,7 +38,7 @@
#include <stdlib.h>
#include <stddef.h>
#if BTL_OPENIB_MALLOC_HOOKS_ENABLED
#include <malloc.h>
#include "opal/mca/memory/linux/malloc.h"
#endif
#include "opal/mca/event/event.h"