[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] mingw: Fix builds on f33 mingw
From: |
Richard Henderson |
Subject: |
Re: [PATCH] mingw: Fix builds on f33 mingw |
Date: |
Thu, 8 Oct 2020 12:50:28 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
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~