On 10/8/20 12:43 PM, Dr. David Alan Gilbert (git) wrote: > -#include <stdlib.h> > #include "qemu/osdep.h" > +#include <stdlib.h>
As pointed out by pmm earlier, for someone else's version of this patch, <stdlib.h> should simply be removed here -- it's already included by osdep.h. r~