aboutsummaryrefslogtreecommitdiffhomepage
path: root/color.cpp
diff options
context:
space:
mode:
authorGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-02-19 11:07:02 -0800
committerGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-02-19 11:07:02 -0800
commit52daf6cf41a70bde1ec2d858defb4364b0b045b5 (patch)
tree01b95ed4acb7fd046c7777ffce3c99f46a7e4544 /color.cpp
parent74a7303c2339eee146fd436849c61fe1bf506e30 (diff)
Fix to allow color.cpp to use fallback wcscasecmp
Diffstat (limited to 'color.cpp')
-rw-r--r--color.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/color.cpp b/color.cpp
index 2a2db5df..1b855db4 100644
--- a/color.cpp
+++ b/color.cpp
@@ -2,7 +2,7 @@
*/
#include "color.h"
-
+#include "fallback.h"
bool rgb_color_t::try_parse_special(const wcstring &special) {
bzero(&data, sizeof data);