1
1

Fix typo and missing header - needed by Solaris

This commit was SVN r23367.
Этот коммит содержится в:
Rolf vandeVaart 2010-07-09 14:33:13 +00:00
родитель 8670551175
Коммит cc9b768fdb

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

@ -1,5 +1,6 @@
/*
* Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -21,11 +22,12 @@
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h"
#include <sys/types.h>
#endif
#include <sys/stat.h>
#include <ctype.h>
#include <sys/fcntl.h>
#include <errno.h>
#include "opal/util/argv.h"
#include "opal/util/output.h"