summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtk_download.c4
-rw-r--r--gtk/gtk_selection.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtk_download.c b/gtk/gtk_download.c
index 6657ce1fc..5af5482bc 100644
--- a/gtk/gtk_download.c
+++ b/gtk/gtk_download.c
@@ -16,6 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdlib.h>
+#include <string.h>
+#include <math.h>
+
#include <gtk/gtk.h>
#include <glib/gstdio.h>
diff --git a/gtk/gtk_selection.c b/gtk/gtk_selection.c
index cdb43ae15..b6a1227cb 100644
--- a/gtk/gtk_selection.c
+++ b/gtk/gtk_selection.c
@@ -15,6 +15,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
+#include <string.h>
#include <gtk/gtk.h>
#include "utils/log.h"