winebuild: Reorder the includes to avoid a build error on macOS.

"build.h" eventually includes <sys/queue.h> which contains a conflicting
definition of LIST_INIT.
This commit is contained in:
Huw Davies 2023-01-26 09:35:08 +00:00 committed by Alexandre Julliard
parent d58055dd7d
commit 38a7145731

View file

@ -28,8 +28,8 @@
#include <string.h>
#include <stdarg.h>
#include "wine/list.h"
#include "build.h"
#include "wine/list.h"
/* standard C functions that are also exported from ntdll */
static const char *stdc_names[] =