Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mikko Rapeli and committed by
Gabriel Laskar
35d0f1d5 89545d6d

+1
+1
include/uapi/linux/agpgart.h
··· 52 52 53 53 #ifndef __KERNEL__ 54 54 #include <linux/types.h> 55 + #include <stdlib.h> 55 56 56 57 struct agp_version { 57 58 __u16 major;