From 8fa33dc3365f0e27a5013748321def4bef937049 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 9 Mar 2008 02:33:23 +0000 Subject: Add Unicode support, enabled with the --enable-unicode flag, which requires libncursesw. Thanks to Sergej Pupykin! --- htop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'htop.h') diff --git a/htop.h b/htop.h index 33745eb5..139019e0 100644 --- a/htop.h +++ b/htop.h @@ -15,6 +15,7 @@ in the source distribution for its full text. #include #include #include +#include #include "ProcessList.h" #include "CRT.h" -- cgit v1.2.3