diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-11-03 12:37:55 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-11-03 12:37:55 +0000 |
| commit | 8e7baabc9fe7b5d5afe5df8ca9bcf60b5e1a2bc0 (patch) | |
| tree | 55519160617174e6d3d032a582f568c7f3494047 /sys/compat/linuxkpi/common/include/linux/clocksource.h | |
| parent | 748c9559ee9ef24b40ff700ed500542411f657d5 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/clocksource.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/clocksource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/clocksource.h b/sys/compat/linuxkpi/common/include/linux/clocksource.h index 7a4835c9bea3..f4d17f188796 100644 --- a/sys/compat/linuxkpi/common/include/linux/clocksource.h +++ b/sys/compat/linuxkpi/common/include/linux/clocksource.h @@ -31,6 +31,8 @@ #ifndef _LINUX_CLOCKSOURCE_H #define _LINUX_CLOCKSOURCE_H +#include <asm/types.h> + /* clocksource cycle base type */ typedef u64 cycle_t; |
