Fixed the build of the cppunit stuff; if you are using IMPORT/EXPORT you should

make sure they are defined.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7415 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-05-05 16:19:03 +00:00
parent dda55a58d7
commit 48c68671a2
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef _beos_test_case_h_
#define _beos_test_case_h_
#include <BeBuild.h>
#include <cppunit/TestCase.h>
#include <StorageDefs.h>
#include <SupportDefs.h>

View File

@ -1,6 +1,7 @@
#ifndef _beos_test_suite_h_
#define _beos_test_suite_h_
#include <BeBuild.h>
#include <cppunit/Test.h>
#include <map>
#include <string>