X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Ffilemode.c;h=4c68e8beed93fc67ebdaf8efc251674b6e5cb5f4;hp=9c3ec248f93eae3afc33639f39c9d16299508a73;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/_PDCLIB/filemode.c b/functions/_PDCLIB/filemode.c index 9c3ec24..4c68e8b 100644 --- a/functions/_PDCLIB/filemode.c +++ b/functions/_PDCLIB/filemode.c @@ -57,6 +57,7 @@ unsigned int _PDCLIB_filemode( char const * const mode ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -86,4 +87,3 @@ int main( void ) } #endif -