commit | e5ddd26dd741a56261757c0c03d865d894623b3d | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Sun Oct 14 16:18:52 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 14 16:18:52 2001 +0000 |
tree | 0b0e038f4d17d698aac54c2f79f598e1db41bb10 | |
parent | 0dac972db16237ca83e5b9b6e50d1c618de3ceaa [diff] [blame] |
When including config.h, include it first.
diff --git a/tools/winebuild/parser.c b/tools/winebuild/parser.c index a3a9ac3..1484261 100644 --- a/tools/winebuild/parser.c +++ b/tools/winebuild/parser.c
@@ -8,6 +8,8 @@ * Copyright 1999 Ulrich Weigand */ +#include "config.h" + #include <assert.h> #include <ctype.h> #include <stdio.h> @@ -15,7 +17,6 @@ #include <string.h> #include <unistd.h> -#include "config.h" #include "winbase.h" #include "build.h"