1
1

Need these header files for NetBSD. Thanks for the heads-up from

Aleksej Saushev.

This commit was SVN r23343.
Этот коммит содержится в:
Jeff Squyres 2010-07-02 17:38:57 +00:00
родитель 8fef296b8a
Коммит 5bebdb97fa
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -19,6 +19,9 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#include "opal/util/output.h"
#include "opal/util/opal_sos.h"

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

@ -11,6 +11,7 @@
* All rights reserved.
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
* Copyright (c) 2009 Bull SAS. All rights reserved.
* Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -33,6 +34,9 @@
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif /* HAVE_FCNTL_H */
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#include "opal/util/os_path.h"
#include "opal/util/show_help.h"