1
1

Oops -- need string.h, too (for strcasecmp).

This commit was SVN r24649.
Этот коммит содержится в:
Jeff Squyres 2011-04-28 15:42:35 +00:00
родитель 7362a0730a
Коммит 0882d636a6

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

@ -9,6 +9,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -19,6 +20,7 @@
#include "opal_config.h"
#include <string.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif