1
1

lam_config.h should be included as-is (no relative path) due to VPATH builds

This commit was SVN r71.
Этот коммит содержится в:
Jeff Squyres 2004-01-07 14:58:00 +00:00
родитель 02cb879b84
Коммит 1a2fd1a392

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

@ -33,7 +33,7 @@
#include <string.h>
#include <stdlib.h>
#include "include/lam_config.h"
#include "lam_config.h"
#include "include/lam_constants.h"
#include "lam/lfc/hash_table.h"