|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC 12/23] console: add FreeBSD includes
Roger Pau Monne writes ("[PATCH RFC 12/23] console: add FreeBSD includes"):
> Add FreeBSD specific includes to the console daemon.
...
> #include <stropts.h>
> +#elif defined(__FreeBSD__)
> +#include <sys/types.h>
> +#include <sys/ioctl.h>
> +#include <termios.h>
> +#include <libutil.h>
> #endif
<termios.h> is already there earlier. <sys/types.h> can probably be
outside the #ifdef.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |