Added some "include .h" lines. Without them headers creates an incorrect

sstruct_ls.h file- compiling will fail.
This commit is contained in:
barrylee 2006-04-18 19:58:36 +00:00
parent 48948a1b8c
commit 6cbeff8b4b

View File

@ -27,6 +27,8 @@ cat > $INTERNAL_HEADER <<@
#include "krylov.h"
#include "struct_ls.h"
#include "sstruct_mv.h"
#include "parcsr_ls.h"
#include "multivector.h"
#ifdef __cplusplus
extern "C" {