include/uapi/linux/agpgart.h: include stdlib.h in userspace
Fixes userspace compiler error: error: unknown type name ‘size_t’ Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>pull/250/head
parent
89545d6d5c
commit
35d0f1d54e
|
|
@ -52,6 +52,7 @@
|
||||||
|
|
||||||
#ifndef __KERNEL__
|
#ifndef __KERNEL__
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
struct agp_version {
|
struct agp_version {
|
||||||
__u16 major;
|
__u16 major;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue