1
1

Missing include file when this is "included" by itself

This commit was SVN r13192.
Этот коммит содержится в:
Ralph Castain 2007-01-18 17:40:21 +00:00
родитель 455e4ada9a
Коммит 78dfaeb008

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

@ -21,6 +21,8 @@
#ifndef OPAL_H
#define OPAL_H
#include "opal_config.h"
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif