Include the memoryhooks.h after the standard include files to insure that all expected types are
correctly defined (like size_t). This commit was SVN r8383.
Этот коммит содержится в:
родитель
23c618ab51
Коммит
9efd0e0813
@ -18,9 +18,6 @@
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
|
||||
#include "opal/memoryhooks/memory_internal.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/mman.h>
|
||||
@ -34,6 +31,8 @@
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#include "opal/memoryhooks/memory_internal.h"
|
||||
|
||||
/*
|
||||
* munmap is always intercepted
|
||||
*/
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user