summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-07-28 20:32:51 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-07-28 20:32:51 +0000
commit052f99d3790b2e600a344ffd6ead41d5c5492744 (patch)
treebf4656ec6e2351a09ba612eba12ab9bc9d80022f /desktop
parent9be511ce2cde018c4feae2a6be5f34959c7a50ef (diff)
downloadnetsurf-052f99d3790b2e600a344ffd6ead41d5c5492744.tar.gz
netsurf-052f99d3790b2e600a344ffd6ead41d5c5492744.tar.bz2
Include headers we need, rather than depending on (optional) features doing so.
svn path=/trunk/netsurf/; revision=4774
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.c1
-rw-r--r--desktop/frames.c1
-rw-r--r--desktop/selection.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 495cdf9ee..9f396c500 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -31,6 +31,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include <math.h>
#include <sys/select.h>
#include "curl/curl.h"
#include "utils/config.h"
diff --git a/desktop/frames.c b/desktop/frames.c
index 1d9e2c2fc..0244a0045 100644
--- a/desktop/frames.c
+++ b/desktop/frames.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include <math.h>
#include "utils/config.h"
#include "desktop/browser.h"
#include "desktop/frames.h"
diff --git a/desktop/selection.c b/desktop/selection.c
index 0dc8e493e..a66b12afd 100644
--- a/desktop/selection.c
+++ b/desktop/selection.c
@@ -25,6 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
+#include <string.h>
#include "desktop/gui.h"
#include "desktop/plotters.h"