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:
parent
6a8e0432e8
commit
8240043880
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user