Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35d0f1d5 authored by Mikko Rapeli's avatar Mikko Rapeli Committed by Gabriel Laskar
Browse files

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



Fixes userspace compiler error:
error: unknown type name ‘size_t’

Signed-off-by: default avatarMikko Rapeli <mikko.rapeli@iki.fi>
parent 89545d6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@

#ifndef __KERNEL__
#include <linux/types.h>
#include <stdlib.h>

struct agp_version {
	__u16 major;