#ifndef LIBTUBERIA_UTILS_H__ #define LIBTUBERIA_UTILS_H__ #include struct timespec *timespec_add_ms(struct timespec *ts, int timeout_ms); struct timespec *gettimespec(struct timespec *ts); #endif //LIBTUBERIA_UTILS_H__