提交 35d0f1d5 编写于 作者: M Mikko Rapeli 提交者: Gabriel Laskar

include/uapi/linux/agpgart.h: include stdlib.h in userspace

Fixes userspace compiler error:
error: unknown type name ‘size_t’
Signed-off-by: NMikko Rapeli <mikko.rapeli@iki.fi>
上级 89545d6d
......@@ -52,6 +52,7 @@
#ifndef __KERNEL__
#include <linux/types.h>
#include <stdlib.h>
struct agp_version {
__u16 major;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册