1
1

It is convention to have orte_config.h included at top of file.

This commit was SVN r24146.
Этот коммит содержится в:
Rolf vandeVaart 2010-12-03 16:13:31 +00:00
родитель 3f7dd84278
Коммит b67d3398da
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -14,6 +14,7 @@
* Copyright (c) 2007 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2007-2010 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -89,6 +90,8 @@
* hard-coded in the OMPI layer (see ompi/debuggers/ompi_debuggers.c).
*/
#include "orte_config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif

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

@ -10,6 +10,8 @@
* $HEADER$
*/
#include "orte_config.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif