1
1

Don't forget to include string.h for the strcmp function.

This commit was SVN r15927.
Этот коммит содержится в:
George Bosilca 2007-08-19 19:59:15 +00:00
родитель 5ac19c62a1
Коммит c7e0ab93ae

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

@ -13,6 +13,9 @@
#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif
#if defined(HAVE_STRING_H)
#include <string.h>
#endif
int pml_v_output = -1;