X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Ffilemode.c;h=4c68e8beed93fc67ebdaf8efc251674b6e5cb5f4;hb=c5c4350d2beb1ebe93f3f6d45643a64eed2a7c7a;hp=9c3ec248f93eae3afc33639f39c9d16299508a73;hpb=2040228f27d623585d339dec175c4e779ca9edb5;p=pdclib 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 -