summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
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"