1
1

memset require string.h on Linux.

This commit was SVN r6559.
Этот коммит содержится в:
George Bosilca 2005-07-20 06:45:00 +00:00
родитель d0eee91610
Коммит 96ff4b0b10

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

@ -24,6 +24,10 @@
#include "orte_config.h"
#if HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#include "opal/threads/mutex.h"
#include "opal/class/opal_object.h"