aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-08-10 20:52:56 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-08-10 20:52:56 +0000
commitca335d25cbb5594cd91261e6b4779e584e32d858 (patch)
treea820190d146c759a05ff9678bba6fde12ff63700 /ui_util.h
parent72d8e6ad54b313543af07d459be1b35846648478 (diff)
From Kovarththanan Rajaratnam:
- Compute and cache color/custom filters dynamically. - Delay column construction. svn path=/trunk/; revision=29370
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui_util.h b/ui_util.h
index 6816f1e887..06cf29353a 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -27,7 +27,9 @@
#ifndef __UI_UTIL_H__
#define __UI_UTIL_H__
-#ifndef NEW_PACKET_LIST
+#ifdef NEW_PACKET_LIST
+#include "epan/packet_info.h"
+#else
#include "color.h"
#endif