1
1

Add missing #include <errno.h> line (for SunStudio Solaris).

This commit was SVN r20138.
Этот коммит содержится в:
Ethan Mallove 2008-12-16 15:30:02 +00:00
родитель 7b25f1189b
Коммит 9003e4d722

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

@ -10,6 +10,7 @@
* Copyright (c) 2004-2006 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2008 Myricom. All rights reserved.
* Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
*
* $COPYRIGHT$
*
@ -23,6 +24,7 @@
#include "ompi/constants.h"
#include "common_mx.h"
#include <errno.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif