Todd T. Fries wrote:
> This is relative to the 20070319 snapshot.
> 
> --- osdep.h.orig      Mon Feb  5 17:01:54 2007
> +++ osdep.h   Sat Mar 10 16:39:40 2007
> @@ -2,6 +2,10 @@
>  #define QEMU_OSDEP_H
>  
>  #include <stdarg.h>
> +#ifdef __OpenBSD__
> +#include <sys/types.h>
> +#include <sys/signal.h>
> +#endif

Nothing in the header should need sys/*.h. Please add this to osdep.c
if needed.


Thiemo


Reply via email to