1
1

Minor cleanup for NetBSD, thanks to Paul Hargrove for pointing it out

This commit was SVN r25954.
Этот коммит содержится в:
Ralph Castain 2012-02-17 16:40:26 +00:00
родитель cdc783925e
Коммит 6d8589838e

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

@ -11,6 +11,7 @@
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2007-2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2012 Los Alamos National Security, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -28,6 +29,10 @@
#include "opal_config.h"
#ifdef OPAL_HAVE_SYS_TIME_H
#include <sys/time.h> /* for struct timeval */
#endif
#include "opal/class/opal_object.h"
#include "opal/class/opal_list.h"