summaryrefslogtreecommitdiff
path: root/gtk/compat.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-02-03 15:21:55 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-02-03 16:57:45 +0000
commit6a7ca8b2a8709d38426897f739ef699a147defc0 (patch)
tree51bd5849820fa7e151f11922ea97985acbb72816 /gtk/compat.h
parent9da892c57976e24900731ff79f0420af9406cc1a (diff)
downloadnetsurf-6a7ca8b2a8709d38426897f739ef699a147defc0.tar.gz
netsurf-6a7ca8b2a8709d38426897f739ef699a147defc0.tar.bz2
remove unecessary includes
Diffstat (limited to 'gtk/compat.h')
-rw-r--r--gtk/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/compat.h b/gtk/compat.h
index b8c91d914..ee2ebb293 100644
--- a/gtk/compat.h
+++ b/gtk/compat.h
@@ -23,6 +23,8 @@
#ifndef NETSURF_GTK_COMPAT_H_
#define NETSURF_GTK_COMPAT_H_
+#include <stdint.h>
+
#include <gtk/gtk.h>
void nsgtk_widget_set_can_focus(GtkWidget *widget, gboolean can_focus);