File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
opal/mca/pmix/pmix2x/pmix/config Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dnl reserved.
1818dnl Copyright (c) 2009-2011 Oak Ridge National Labs. All rights reserved.
1919dnl Copyright (c) 2011-2013 NVIDIA Corporation. All rights reserved.
2020dnl Copyright (c) 2013-2015 Intel, Inc. All rights reserved
21- dnl Copyright (c) 2015 Research Organization for Information Science
21+ dnl Copyright (c) 2015-2016 Research Organization for Information Science
2222dnl and Technology (RIST). All rights reserved.
2323dnl Copyright (c) 2016 Mellanox Technologies, Inc.
2424dnl All rights reserved.
@@ -301,7 +301,8 @@ AC_DEFUN([PMIX_SETUP_CORE],[
301301 time.h unistd.h dirent.h \
302302 crt_externs.h signal.h \
303303 ioLib.h sockLib.h hostLib.h limits.h \
304- sys/statfs.h sys/statvfs.h])
304+ sys/statfs.h sys/statvfs.h \
305+ netdb.h])
305306
306307 # Note that sometimes we have <stdbool.h>, but it doesn't work (e.g.,
307308 # have both Portland and GNU installed; using pgcc will find GNU's
You can’t perform that action at this time.
0 commit comments