From 08036d148ebe6e1da043e9aef33b70a643096102 Mon Sep 17 00:00:00 2001 From: Liu Qishuai Date: Sun, 29 Sep 2013 23:13:06 +0800 Subject: [PATCH] for kernel version <= 3.3, linux/init.h doesnt include linux/types.h, so we include it here. --- exfat_nls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/exfat_nls.h b/exfat_nls.h index 1ed8d10..69eedc9 100644 --- a/exfat_nls.h +++ b/exfat_nls.h @@ -35,6 +35,7 @@ #ifndef _EXFAT_NLS_H #define _EXFAT_NLS_H +#include #include #include "exfat_config.h"