#ifndef __CUTILS_THREADS_H__ #define __CUTILS_THREADS_H__ #include extern "C" { pid_t gettid(); } #endif