X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2Fthreads%2Fmtx_destroy.c;h=ac89e11f957aca12069d79bf7473a828c04ade80;hp=7a50a10982fe4fb23637d880e198c009f089523a;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/platform/win32/functions/threads/mtx_destroy.c b/platform/win32/functions/threads/mtx_destroy.c index 7a50a10..ac89e11 100644 --- a/platform/win32/functions/threads/mtx_destroy.c +++ b/platform/win32/functions/threads/mtx_destroy.c @@ -9,7 +9,7 @@ void mtx_destroy(mtx_t *mtx) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {