summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-15 05:20:22 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-05-27 15:09:48 +0100
commit7d32feecc002a8e1193c0c7dcc16503ebd045c43 (patch)
tree67c581dd545275bbfe4310591536f90e7735892f /content/fetchers
parenteb7037ac4fa71a3cfe86bcb7e32d750b4e7c14a7 (diff)
downloadnetsurf-7d32feecc002a8e1193c0c7dcc16503ebd045c43.tar.gz
netsurf-7d32feecc002a8e1193c0c7dcc16503ebd045c43.tar.bz2
about(chart): include config.h to silence warning
This file uses strndup, so needs config.h including to define it.
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/about/chart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetchers/about/chart.c b/content/fetchers/about/chart.c
index 8dae445bf..c030c12b4 100644
--- a/content/fetchers/about/chart.c
+++ b/content/fetchers/about/chart.c
@@ -35,6 +35,7 @@
#include "utils/config.h"
#include "netsurf/inttypes.h"
+#include "utils/config.h"
#include "utils/utils.h"
#include "utils/errors.h"
#include "utils/nsurl.h"