modify time.h to sys/time.h

This commit is contained in:
Meco Man
2021-11-23 22:38:00 -05:00
parent 7dabc3844c
commit a1cc3d43e7
11 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,8 @@
#ifndef __ALARM_H__
#define __ALARM_H__
#include <time.h>
#include <sys/time.h>
#include <rtdef.h>
#define RT_ALARM_TM_NOW -1 /* set the alarm tm_day,tm_mon,tm_sec,etc.
to now.we also call it "don't care" value */