From d60c5cea1c8f3105fdefb8128bac3f27b5df5cb9 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 6 Sep 2005 09:19:27 +0000 Subject: [PATCH] #include to get abs() prototype. --- dlls/uxtheme/msstyles.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/uxtheme/msstyles.c b/dlls/uxtheme/msstyles.c index c3b3ce6456e..77af7087c9e 100644 --- a/dlls/uxtheme/msstyles.c +++ b/dlls/uxtheme/msstyles.c @@ -21,6 +21,7 @@ #include "config.h" #include +#include #include "windef.h" #include "winbase.h" -- 2.11.4.GIT