1
1

We always have to include the <PROJECT>_config.h as first include.

This commit was SVN r12216.
Этот коммит содержится в:
George Bosilca 2006-10-20 07:01:52 +00:00
родитель 06563b5dec
Коммит 10a79f4822

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

@ -19,6 +19,8 @@
#ifndef _OPAL_CRC_H_
#define _OPAL_CRC_H_
#include "opal_config.h"
#include <stddef.h>
#if defined(c_plusplus) || defined(__cplusplus)