Make lguest_launcher.h types userspace-friendly
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Oct 2007 00:56:24 +0000 (10:56 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:49 +0000 (15:49 +1000)
commitb45d8cb054d7677d75176ae22a584fd84e4650e9
treef9b91a045a6e602ccb3d8a478d2b235701e1c09e
parent9653c4aff94e43de5f4ef918d47e00018beb4105
Make lguest_launcher.h types userspace-friendly

lguest_launcher.h uses "u32" not "__u32", which sets a bad example.  Fix that,
and include <linux/types.h>.

This means we need to use -I on the Launcher build line so types.h is found.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Documentation/lguest/Makefile
Documentation/lguest/lguest.c
include/linux/lguest_launcher.h