Skip to content

Commit e91292a

Browse files
committed
pmix2x: configury: add missing check for <netdb.h> header file
(back-ported from upstream openpmix/openpmix@e54ce6d)
1 parent a439afc commit e91292a

File tree

1 file changed

+3
-2
lines changed
  • opal/mca/pmix/pmix2x/pmix/config

1 file changed

+3
-2
lines changed

opal/mca/pmix/pmix2x/pmix/config/pmix.m4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dnl reserved.
1818
dnl Copyright (c) 2009-2011 Oak Ridge National Labs. All rights reserved.
1919
dnl Copyright (c) 2011-2013 NVIDIA Corporation. All rights reserved.
2020
dnl 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
2222
dnl and Technology (RIST). All rights reserved.
2323
dnl Copyright (c) 2016 Mellanox Technologies, Inc.
2424
dnl 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

0 commit comments

Comments
 (0)