1
1

opal/mca/dl/dl.h: fix the #ifndef/#define name

Thanks to Scott Atchley for noticing the name mismatch.
Этот коммит содержится в:
Jeff Squyres 2015-06-15 13:08:57 -07:00
родитель ee3a1da28a
Коммит c74ab51dd4

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

@ -44,8 +44,8 @@
* like a good solution.
*/
#ifndef MCA_DLOPEN_H
#define MCA_DLOPEN_H
#ifndef OPAL_MCA_DL_DL_H
#define OPAL_MCA_DL_DL_H
#include "opal_config.h"
@ -183,4 +183,4 @@ typedef struct opal_dl_base_module_1_0_0_t opal_dl_base_module_t;
END_C_DECLS
#endif /* OPAL_DL_H */
#endif /* OPAL_MCA_DL_DL_H */