aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-21 16:45:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-21 16:45:41 +0000
commit0a693fb2f61fe72908b6dd81c1decf9a10d1fb36 (patch)
treec5b1f97682dc814565806c042c62938dc16d9cd7 /ui
parent03e3fdd79c3c64861fba9cc760c6b3ae1cb97fa3 (diff)
Missing include
svn path=/trunk/; revision=42177
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/sctp_error_dlg.c2
-rw-r--r--ui/gtk/sctp_graph_dlg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/sctp_error_dlg.c b/ui/gtk/sctp_error_dlg.c
index f2370e75bc..31e9db735e 100644
--- a/ui/gtk/sctp_error_dlg.c
+++ b/ui/gtk/sctp_error_dlg.c
@@ -37,7 +37,7 @@
#include "ui/gtk/gui_utils.h"
#include "ui/gtk/main.h"
#include "ui/gtk/sctp_stat.h"
-
+#include "ui/gtk/gui_utils.h"
static GtkWidget *sctp_error_dlg=NULL;
static GtkWidget *clist = NULL;
diff --git a/ui/gtk/sctp_graph_dlg.c b/ui/gtk/sctp_graph_dlg.c
index 8b21a411c2..cc32146cbe 100644
--- a/ui/gtk/sctp_graph_dlg.c
+++ b/ui/gtk/sctp_graph_dlg.c
@@ -42,7 +42,7 @@
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/main.h"
#include "ui/gtk/sctp_stat.h"
-
+#include "ui/gtk/gui_utils.h"
#include "ui/gtk/old-gtk-compat.h"
#define DEFAULT_PIXELS_PER_TICK 2