1
1
on solaris 10, bzero is declared in strings.h and not in string.h

cmr=v1.8.2:reviewer=rhc

This commit was SVN r32502.
Этот коммит содержится в:
Gilles Gouaillardet 2014-08-11 08:18:43 +00:00
родитель 0afed999cd
Коммит c28918c5cf

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

@ -22,6 +22,7 @@
#include "opal_config.h"
#include <string.h>
#include <strings.h>
#include "opal/class/opal_object.h"
#if OPAL_ENABLE_DEBUG