1
1

Added #define _GNU_SOURCE so we can compile on all linux systems.

This commit was SVN r2007.
Этот коммит содержится в:
Tim Prins 2004-08-10 18:29:52 +00:00
родитель 567c777904
Коммит 6c40301350

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

@ -3,7 +3,7 @@
*/ */
/** @file **/ /** @file **/
#define _GNU_SOURCE
#include "ompi_config.h" #include "ompi_config.h"
#include "include/constants.h" #include "include/constants.h"