1
1

Provide missing include file - generates errors when used with Intel compilers

This commit was SVN r32685.
Этот коммит содержится в:
Ralph Castain 2014-09-08 19:04:40 +00:00
родитель ed02927767
Коммит 5649841e26

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

@ -13,6 +13,7 @@
#include <hwloc/autogen/config.h>
#include <private/autogen/config.h>
#include <ctype.h>
/* Compile-time assertion */
#define HWLOC_BUILD_ASSERT(condition) ((void)sizeof(char[1 - 2*!(condition)]))