diff --git a/include/sys/time.h b/include/sys/time.h index 1303aba4a..d295f8676 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -39,4 +39,6 @@ int getitimer(int which, struct itimerval *value); int setitimer(int which, const struct itimerval *_RESTRICT value, struct itimerval *_RESTRICT ovalue); +#include + #endif /* _SYS__TIME_H */