X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_ftruncate.h;h=9788997773926a9b6327c907a5ed90116acb082c;hp=b3f3956c7c516c2608c297adb0cb3c489019f5c1;hb=9032d048555cb5b86ff8c1b4319a856b43331377;hpb=a11dd4924d16a4c3d6df13a4182f7729a1478a53 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_ftruncate.h b/direct/timothy_tests/quick_tests/test_yaffs_ftruncate.h index b3f3956..9788997 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_ftruncate.h +++ b/direct/timothy_tests/quick_tests/test_yaffs_ftruncate.h @@ -15,9 +15,12 @@ #ifndef __test_yaffs_ftruncate_h__ #define __test_yaffs_ftruncate_h__ + #include "lib.h" #include "yaffsfs.h" #include "test_yaffs_open.h" + int test_yaffs_ftruncate(void); -int test_yaffs_ftruncate_clean(void); +int test_yaffs_ftruncate_clean(void); + #endif