From b6c506643aec0f23046a377e0b993aaeb227bb53 Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 22 Mar 2000 17:09:36 +0000 Subject: [PATCH] Changed some includes for the new dir structure --- eo/test/t-eo.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eo/test/t-eo.cpp b/eo/test/t-eo.cpp index 86b0f723..38236253 100644 --- a/eo/test/t-eo.cpp +++ b/eo/test/t-eo.cpp @@ -10,12 +10,14 @@ typedef EO Chrom; //----------------------------------------------------------------------------- -main() +int main() { Chrom chrom1, chrom2; cout << "chrom1 = " << chrom1 << endl << "chrom2 = " << chrom2 << endl; + + return 1; } //-----------------------------------------------------------------------------