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>
This commit is contained in:
Mikko Rapeli 2015-02-01 15:10:41 +01:00 committed by Gabriel Laskar
parent 89545d6d5c
commit 35d0f1d54e
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
#ifndef __KERNEL__
#include <linux/types.h>
#include <stdlib.h>
struct agp_version {
__u16 major;