summaryrefslogtreecommitdiff
path: root/src/gui/gui-common.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-10-22 08:22:27 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-10-22 08:22:27 +0000
commite148a40ae14d914ce56611987fed7c8439e99550 (patch)
tree66c9f2d204ab632b2991879dc6e47778b9f9fbf6 /src/gui/gui-common.c
parentee2951bf11eed064204637982fade2a972547707 (diff)
downloadweechat-e148a40ae14d914ce56611987fed7c8439e99550.zip
Added "ncursesw/" path for ncurses.h include
Diffstat (limited to 'src/gui/gui-common.c')
-rw-r--r--src/gui/gui-common.c2
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"