[PATCH] include: Correct include order
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- include/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.in b/include/Makefile.in index 65d5d0e..e6d554b 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -13,8 +13,8 @@ SOURCES = \ amaudio.h \ amstream.idl \ amvideo.idl \ - appcompatapi.h \ apiset.h \ + appcompatapi.h \ appmgmt.h \ appmodel.h \ asptlb.idl \ -- 1.9.1
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=43647 Your paranoid android. === debian9 (build log) === Global symbol "$Running" requires explicit package name (did you forget to declare "my $Running"?) at ../bin/build/WineTest.pl line 87. === debian9 (build log) === Global symbol "$Running" requires explicit package name (did you forget to declare "my $Running"?) at ../bin/build/WineTest.pl line 87.
participants (2)
-
Alistair Leslie-Hughes -
Marvin