diff options
Diffstat (limited to 'core/save-html.c')
-rw-r--r-- | core/save-html.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/save-html.c b/core/save-html.c index aeb74bf95..f9d7049a9 100644 --- a/core/save-html.c +++ b/core/save-html.c @@ -7,7 +7,8 @@ #include "save-html.h" #include "qthelper.h" #include "gettext.h" -#include "stdio.h" +#include "divesite.h" +#include <stdio.h> void write_attribute(struct membuffer *b, const char *att_name, const char *value, const char *separator) { |