VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   35 Branches   59 Tags
author: Alexey Dobriyan <adobriyan@gmail.com> 2021-08-02 23:40:31 +0300 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-08-19 09:02:55 +0900 commit: 39f75da7bcc829ddc4d40bb60d0e95520de7898b parent: f12b034afeb3a977bbb1c6584dedc0f3dc666f14
Commit Summary:
isystem: trim/fixup stdarg.h and other headers
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/arch/um/os-Linux/util.c b/arch/um/os-Linux/util.c
index 07327425d06e..41297ec404bf 100644
--- a/arch/um/os-Linux/util.c
+++ b/arch/um/os-Linux/util.c
@@ -3,6 +3,7 @@
  * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
  */
 
+#include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>