diff options
Diffstat (limited to 'libhw_cr/host_util.h')
-rw-r--r-- | libhw_cr/host_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhw_cr/host_util.h b/libhw_cr/host_util.h index 02c04dc..3f0a671 100644 --- a/libhw_cr/host_util.h +++ b/libhw_cr/host_util.h @@ -7,8 +7,8 @@ #ifndef _LIBHW_CR_HOST_UTIL_H_ #define _LIBHW_CR_HOST_UTIL_H_ -#include <time.h> /* for struct timespec */ -#include <sys/time.h> /* for struct timeval */ +#include <sys/time.h> /* for struct timeval */ +#include <time.h> /* for struct timespec */ #include <libhw/generic/alarmclock.h> /* for {X}S_PER_S */ |