From f2cdca7bccfcdfa04639600689b2b13b38b56898 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 3 Mar 2019 22:55:18 +0100 Subject: Cleanup: move declaration of get_stylesheet() to qthelper.h The function is defined in qthelper.c and thus not all users of dive.h have to suck in the xslt headers. Signed-off-by: Berthold Stoeger --- core/errorhelper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core/errorhelper.c') diff --git a/core/errorhelper.c b/core/errorhelper.c index 5390c4c20..cad595912 100644 --- a/core/errorhelper.c +++ b/core/errorhelper.c @@ -3,6 +3,7 @@ // Clang has a bug on zero-initialization of C structs. #pragma clang diagnostic ignored "-Wmissing-field-initializers" #endif +#include #include "dive.h" #include "membuffer.h" -- cgit v1.2.3-70-g09d2