-
Peter Maydell authored
Don't define TRUE and FALSE locally or manually include stdio.h; instead use osdep.h which provides them. This is a necessary prerequisite for moving to "everywhere includes osdep.h", because otherwise there is a compile error due to the redefinition of TRUE and FALSE. Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Reviewed-by:
Eric Blake <eblake@redhat.com>
Acked-by:
Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1453831531-667-2-git-send-email-peter.maydell@linaro.orgPeter Maydell authoredDon't define TRUE and FALSE locally or manually include stdio.h; instead use osdep.h which provides them. This is a necessary prerequisite for moving to "everywhere includes osdep.h", because otherwise there is a compile error due to the redefinition of TRUE and FALSE. Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Reviewed-by:
Eric Blake <eblake@redhat.com>
Acked-by:
Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1453831531-667-2-git-send-email-peter.maydell@linaro.org
Loading