diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-22 08:22:27 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-22 08:22:27 +0000 |
commit | e148a40ae14d914ce56611987fed7c8439e99550 (patch) | |
tree | 66c9f2d204ab632b2991879dc6e47778b9f9fbf6 /src/gui/gui-common.c | |
parent | ee2951bf11eed064204637982fade2a972547707 (diff) | |
download | weechat-e148a40ae14d914ce56611987fed7c8439e99550.zip |
Added "ncursesw/" path for ncurses.h include
Diffstat (limited to 'src/gui/gui-common.c')
-rw-r--r-- | src/gui/gui-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-common.c b/src/gui/gui-common.c index 2c50c2d95..f609736de 100644 --- a/src/gui/gui-common.c +++ b/src/gui/gui-common.c @@ -26,11 +26,11 @@ #include <stdlib.h> #include <stdio.h> +#include <stdarg.h> #include <unistd.h> #include <string.h> #include <signal.h> #include <time.h> -#include <curses.h> #include "../common/weechat.h" #include "gui.h" |