aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-04-07 12:04:12 +0200
committerTakashi Iwai <tiwai@suse.de>2021-04-07 12:04:12 +0200
commit5bc877329cdd47cf6870be39e6d4b6b4810dc6ae (patch)
tree35089a8a002fe52098967e52cf4aeb6b53b6498a
parent279ace49a63bcb6a03b2d8a161b444173840bf98 (diff)
downloadhda-emu-5bc877329cdd47cf6870be39e6d4b6b4810dc6ae.tar.gz
Fix the build with 5.12 kernel
Forcibly include the system linux/stat.h. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/linux/stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h
new file mode 100644
index 0000000..8179084
--- /dev/null
+++ b/include/linux/stat.h
@@ -0,0 +1 @@
+#include "/usr/include/linux/stat.h"