1
1

add include directory to the #include macro

This commit was SVN r1396.
Этот коммит содержится в:
Rich Graham 2004-06-17 22:09:23 +00:00
родитель 0b970eb62e
Коммит 289722fe97
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -8,7 +8,7 @@
#include "mca/oob/oob.h"
#include "mca/oob/cofs/src/oob_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/oob/oob.h"
#include "types.h"
#include "include/types.h"
/*
* Module open / close

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

@ -6,11 +6,11 @@
#include "ompi_config.h"
#include "constants.h"
#include "include/constants.h"
#include "mca/mca.h"
#include "mca/oob/oob.h"
#include "mca/oob/cofs/src/oob_cofs.h"
#include "types.h"
#include "include/types.h"
#include <stdio.h>
#include <stdlib.h>