1
1

add the includ directory to the path used by #include

This commit was SVN r1398.
Этот коммит содержится в:
Rich Graham 2004-06-17 22:11:40 +00:00
родитель 1b423f1f19
Коммит 19b572b7bd
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -8,7 +8,7 @@
#include "mca/pcm/pcm.h"
#include "mca/pcm/cofs/src/pcm_cofs.h"
#include "types.h"
#include "include/types.h"
#include <stdio.h>
#include <sys/types.h>

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

@ -6,7 +6,7 @@
#include "ompi_config.h"
#include "mca/pcm/pcm.h"
#include "types.h"
#include "include/types.h"
/*
* Module open / close

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

@ -6,8 +6,8 @@
#include "ompi_config.h"
#include "constants.h"
#include "types.h"
#include "include/constants.h"
#include "include/types.h"
#include "mca/mca.h"
#include "mca/pcm/pcm.h"
#include "mca/pcm/cofs/src/pcm_cofs.h"