diff options
author | Mikko Rapeli <mikko.rapeli@iki.fi> | 2015-02-01 09:10:41 -0500 |
---|---|---|
committer | Gabriel Laskar <gabriel@lse.epita.fr> | 2015-12-10 06:33:23 -0500 |
commit | 35d0f1d54ecd813973091fdb17baae43ea2b60b9 (patch) | |
tree | 28e9436bfc3a0357ffbd465f02a491ae18300f00 | |
parent | 89545d6d5cb0fab53211d6a36a8037c8020e1b7e (diff) |
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>
-rw-r--r-- | include/uapi/linux/agpgart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/agpgart.h b/include/uapi/linux/agpgart.h index 4e828cf487bc..f5251045181a 100644 --- a/include/uapi/linux/agpgart.h +++ b/include/uapi/linux/agpgart.h | |||
@@ -52,6 +52,7 @@ | |||
52 | 52 | ||
53 | #ifndef __KERNEL__ | 53 | #ifndef __KERNEL__ |
54 | #include <linux/types.h> | 54 | #include <linux/types.h> |
55 | #include <stdlib.h> | ||
55 | 56 | ||
56 | struct agp_version { | 57 | struct agp_version { |
57 | __u16 major; | 58 | __u16 major; |