1
1

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.
Этот коммит содержится в:
George Bosilca 2005-12-06 05:55:36 +00:00
родитель 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
*/