1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

core: fix compilation of gui-curses-window.c under Solaris

This commit is contained in:
Sebastien Helleu
2012-07-18 09:30:22 +02:00
parent 44acc36e7d
commit 658013a1e4
+2
View File
@@ -27,11 +27,13 @@
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <ctype.h>
#include <stdarg.h>
#include <libgen.h>
#include <sys/ioctl.h>
#include <sys/termios.h>
#include "../../core/weechat.h"
#include "../../core/wee-config.h"