Commit 38a71457 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

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.
parent d58055dd
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
#include <string.h> #include <string.h>
#include <stdarg.h> #include <stdarg.h>
#include "wine/list.h"
#include "build.h" #include "build.h"
#include "wine/list.h"
/* standard C functions that are also exported from ntdll */ /* standard C functions that are also exported from ntdll */
static const char *stdc_names[] = static const char *stdc_names[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment