aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-25 10:40:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-25 10:40:10 +0000
commit90b1e0ebedbb5fffb42ae3fb979fa713de56c24e (patch)
treeeac6b42380adf914e3170d04f4bdbe6b2c72b67e /ui_util.h
parent10e3b340ba8dc2dd7fcd8a7dae9e6884aab7003f (diff)
From Kovarththanan Rajaratnam:
Include needed header (unbreak OSX buildbot) svn path=/trunk/; revision=29192
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui_util.h b/ui_util.h
index 378481402a..7e39c649c4 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -27,6 +27,10 @@
#ifndef __UI_UTIL_H__
#define __UI_UTIL_H__
+#ifndef NEW_PACKET_LIST
+#include "color.h"
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */