1
1

Move the <sys/wait.h> below "orte_config.h"

This commit was SVN r16424.
Этот коммит содержится в:
Jeff Squyres 2007-10-11 11:31:09 +00:00
родитель 7cc9f588a8
Коммит e2df42eea3

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

@ -9,6 +9,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -17,11 +18,12 @@
*
*/
#include "orte_config.h"
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#include "orte_config.h"
#include "orte/orte_constants.h"
#include "opal/util/show_help.h"