aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/color_utils.c')
-rw-r--r--gtk/color_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/color_utils.c b/gtk/color_utils.c
index ea360f87a8..8bf665dd77 100644
--- a/gtk/color_utils.c
+++ b/gtk/color_utils.c
@@ -2,7 +2,7 @@
* Utilities for converting between "toolkit-independent" and GDK
* notions of color
*
- * $Id: color_utils.c,v 1.3 2002/09/05 18:47:44 jmayer Exp $
+ * $Id: color_utils.c,v 1.4 2002/09/23 19:09:49 oabad Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,7 +30,7 @@
#include <gtk/gtk.h>
-#include "prefs.h" /* to declare "color_t" */
+#include "color.h" /* to declare "color_t" */
void
color_t_to_gdkcolor(GdkColor *target, color_t *source)