summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-03-28 10:47:15 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2022-03-28 11:06:16 +0100
commit8ad21395be32d2eb369409cc711f0217289ebce7 (patch)
tree307830a0d9909af636baa331c7b66b443448766c
parentd0da09a7ca5a2b7878c0af4aab86efaf38d628ac (diff)
downloadnetsurf-8ad21395be32d2eb369409cc711f0217289ebce7.tar.gz
netsurf-8ad21395be32d2eb369409cc711f0217289ebce7.tar.bz2
About: Chart: Squash implicit declaration of strndup.
-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 1565c54d8..8dae445bf 100644
--- a/content/fetchers/about/chart.c
+++ b/content/fetchers/about/chart.c
@@ -33,6 +33,7 @@
#include <math.h>
#include <stdio.h>
+#include "utils/config.h"
#include "netsurf/inttypes.h"
#include "utils/utils.h"
#include "utils/errors.h"