1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-02-02 15:08:13 -05:00

Move <stdio.h> to appear before <stdlib.h>

This is required on some systems, such as Darwin (MacOS X).
This commit is contained in:
John Zaitseff 2011-07-26 20:40:33 +10:00
parent 6a8e0432e8
commit 8240043880

View File

@ -51,8 +51,8 @@
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdarg.h>
#include <locale.h>