We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ed7ad commit 5fa63f0Copy full SHA for 5fa63f0
opal/mca/btl/tcp/btl_tcp.h
@@ -11,7 +11,7 @@
11
* Copyright (c) 2004-2005 The Regents of the University of California.
12
* All rights reserved.
13
* Copyright (c) 2010-2011 Cisco Systems, Inc. All rights reserved.
14
- * Copyright (c) 2014 Research Organization for Information Science
+ * Copyright (c) 2014-2015 Research Organization for Information Science
15
* and Technology (RIST). All rights reserved.
16
* Copyright (c) 2014-2015 Los Alamos National Security, LLC. All rights
17
* reserved.
@@ -37,6 +37,9 @@
37
#ifdef HAVE_NETINET_IN_H
38
#include <netinet/in.h>
39
#endif
40
+#ifdef HAVE_UNISTD_H
41
+#include <unistd.h>
42
+#endif
43
44
/* Open MPI includes */
45
#include "opal/mca/event/event.h"
0 commit comments