浏览代码

vsprintf.h: include <linux/types.h>

This header uses ulong, size_t, loff_t.
Include <linux/types.h> to make this header self-contained.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada 7 年之前
父节点
当前提交
f7d6b896d6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/vsprintf.h

+ 1 - 0
include/vsprintf.h

@@ -9,6 +9,7 @@
 #define __VSPRINTF_H
 #define __VSPRINTF_H
 
 
 #include <stdarg.h>
 #include <stdarg.h>
+#include <linux/types.h>
 
 
 ulong simple_strtoul(const char *cp, char **endp, unsigned int base);
 ulong simple_strtoul(const char *cp, char **endp, unsigned int base);