aboutsummaryrefslogtreecommitdiffstats
path: root/colors.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-03 06:59:25 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-03 06:59:25 +0000
commit4096029a6678887f0e365f65da3aef593226efbe (patch)
tree765db407bb466c2b2ce7c103b504cd8771c04c45 /colors.c
parent302c1164834d14e5b239f17b04e41c503c07605b (diff)
Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",
and move it to "simple_dialog.h" and "gtk/simple_dialog.c". svn path=/trunk/; revision=1414
Diffstat (limited to 'colors.c')
-rw-r--r--colors.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/colors.c b/colors.c
index eef68888b0..ddf2c9d784 100644
--- a/colors.c
+++ b/colors.c
@@ -1,7 +1,7 @@
/* colors.c
* Definitions for color structures and routines
*
- * $Id: colors.c,v 1.27 1999/12/20 06:05:07 guy Exp $
+ * $Id: colors.c,v 1.28 2000/01/03 06:59:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -41,6 +41,7 @@
#include "colors.h"
#include "file.h"
#include "dfilter.h"
+#include "simple_dialog.h"
#include "ui_util.h"
extern capture_file cf;