1
1

oob/tcp: include a missing header file

warning can be seen under cygwin without the missing header file
Этот коммит содержится в:
Gilles Gouaillardet 2014-10-28 13:56:25 +09:00
родитель 208b536a83
Коммит c9d1e16a9e

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

@ -14,6 +14,8 @@
* Copyright (c) 2009-2012 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2011 Oak Ridge National Labs. All rights reserved.
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -57,6 +59,9 @@
#include "opal/util/argv.h"
#include "opal/class/opal_hash_table.h"
#include "opal/class/opal_list.h"
#if defined(TCP_NODELAY)
#include "opal/mca/backtrace/backtrace.h"
#endif
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/ess/ess.h"