X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fpthreads%2F_PDCLIB_threadconfig.h;h=a94d8dbd98cf5d2e51342f3d28fa88a2b9e77cf2;hp=b855def3d15f14563ae6a2f653af5d815d935b9a;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=37f62a3ac31302556f0cdad12b2250a6fc7872f1 diff --git a/opt/pthreads/_PDCLIB_threadconfig.h b/opt/pthreads/_PDCLIB_threadconfig.h index b855def..a94d8db 100644 --- a/opt/pthreads/_PDCLIB_threadconfig.h +++ b/opt/pthreads/_PDCLIB_threadconfig.h @@ -1,7 +1,7 @@ #ifndef _PDCLIB_THREADCONFIG_H #define _PDCLIB_THREADCONFIG_H -#include <_PDCLIB_aux.h> -#include <_PDCLIB_config.h> +#include "_PDCLIB_aux.h" +#include "_PDCLIB_config.h" #ifdef __APPLE__ #include <_types.h> @@ -28,5 +28,7 @@ typedef pthread_once_t _PDCLIB_once_flag; #endif -_PDCLIB_END_EXTERN_C +#ifdef __cplusplus +} +#endif #endif