[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC 12/23] 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> Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/console/daemon/io.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/tools/console/daemon/io.c b/tools/console/daemon/io.c index 007ecf4..255a6a3 100644 --- a/tools/console/daemon/io.c +++ b/tools/console/daemon/io.c @@ -43,6 +43,11 @@ #include <pty.h> #elif defined(__sun__) #include <stropts.h> +#elif defined(__FreeBSD__) +#include <sys/types.h> +#include <sys/ioctl.h> +#include <termios.h> +#include <libutil.h> #endif #define MAX(a, b) (((a) > (b)) ? (a) : (b)) -- 1.7.7.5 (Apple Git-26) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |