1
1

btl/tcp: add missing #include <unistd.h>

Thanks Marco Atzeri for contributing the original patch
Этот коммит содержится в:
Gilles Gouaillardet 2015-12-24 14:38:44 +09:00
родитель 15ed7ad9f5
Коммит 5fa63f086a

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

@ -11,7 +11,7 @@
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2010-2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* Copyright (c) 2014-2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* Copyright (c) 2014-2015 Los Alamos National Security, LLC. All rights
* reserved.
@ -37,6 +37,9 @@
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
/* Open MPI includes */
#include "opal/mca/event/event.h"