[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] console: add FreeBSD includes
commit 993ea0862e10b7cf4b0c32b9fc2472428d2a2778 Author: Roger Pau Monne <roger.pau@xxxxxxxxxx> AuthorDate: Mon Jun 2 17:08:15 2014 +0200 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Wed Jun 18 17:18:45 2014 +0100 console: add FreeBSD includes Add FreeBSD specific includes to the console daemon. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Cc: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/console/daemon/io.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tools/console/daemon/io.c b/tools/console/daemon/io.c index 007ecf4..46719a8 100644 --- a/tools/console/daemon/io.c +++ b/tools/console/daemon/io.c @@ -37,12 +37,16 @@ #include <sys/mman.h> #include <time.h> #include <assert.h> +#include <sys/types.h> #if defined(__NetBSD__) || defined(__OpenBSD__) #include <util.h> #elif defined(__linux__) #include <pty.h> #elif defined(__sun__) #include <stropts.h> +#elif defined(__FreeBSD__) +#include <sys/ioctl.h> +#include <libutil.h> #endif #define MAX(a, b) (((a) > (b)) ? (a) : (b)) -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |