Am 14.03.2016 um 08:02 schrieb Markus Armbruster:
> Stefan Weil <s...@weilnetz.de> writes:
[...]
>> diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h
>> index 4538fdc..5bb374c 100644
>> --- a/include/qemu/osdep.h
>> +++ b/include/qemu/osdep.h
>> @@ -76,6 +76,9 @@ extern int daemon(int, int);
>>  #include <sys/stat.h>
>>  #include <sys/time.h>
>>  #include <assert.h>
>> +/* setjmp must be declared before sysemu/os-win32.h
>> + * because it is redefined there. */
>> +#include <setjmp.h>
>>  #include <signal.h>
>>  
>>  #ifdef __OpenBSD__
> 
> Please add <setjmp.h> to scripts/clean-includes.
> 

Thanks for this hint. I had already prepared a patch
which removes the now unneeded setjmp.h include statements
and added the modification for scripts/clean-includes
to that patch now.

Stefan

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to