summaryrefslogtreecommitdiffstats
path: root/save-html.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-21 06:37:24 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-21 07:45:22 -0700
commitb27538feba70b942a9b5d3eb5eae171e04d52461 (patch)
tree17fc2ee3ee6335e9e3c3ba9d4781e4848eae8665 /save-html.c
parent9d8b05f47e8d608a7a8b2d565905a2d6c1feb274 (diff)
downloadsubsurface-b27538feba70b942a9b5d3eb5eae171e04d52461.tar.gz
Move helper declarations into a better header file
This way the helpers can be more easily used by other modules. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'save-html.c')
-rw-r--r--save-html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/save-html.c b/save-html.c
index 6814cbc33..c50968e81 100644
--- a/save-html.c
+++ b/save-html.c
@@ -1,4 +1,5 @@
#include "save-html.h"
+#include "qthelperfromc.h"
#include "gettext.h"
#include "stdio.h"