diff --git a/drivers/staging/dgnc/dgnc_kcompat.h b/drivers/staging/dgnc/dgnc_kcompat.h index 3f69e1dddcafa76c13ccc7dfc9be50db52cf27a8..a0f58741cc39a187e19a2e4c590de8c20719ec06 100644 --- a/drivers/staging/dgnc/dgnc_kcompat.h +++ b/drivers/staging/dgnc/dgnc_kcompat.h @@ -28,6 +28,8 @@ #ifndef __DGNC_KCOMPAT_H #define __DGNC_KCOMPAT_H +#include + # ifndef KERNEL_VERSION # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) # endif