diff options
Diffstat (limited to 'core/save-html.c')
-rw-r--r-- | core/save-html.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/save-html.c b/core/save-html.c index 90aeb9d41..eeab875b9 100644 --- a/core/save-html.c +++ b/core/save-html.c @@ -17,7 +17,9 @@ #include "tag.h" #include "subsurface-time.h" #include "trip.h" + #include <stdio.h> +#include <string.h> static void write_attribute(struct membuffer *b, const char *att_name, const char *value, const char *separator) { |