1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

Fix some compile erros on OpenBSD and NetBSD

This commit is contained in:
Emmanuel Bouthenot
2006-05-20 18:48:13 +00:00
parent ec9da8cc85
commit 545fa4c332
4 changed files with 40 additions and 4 deletions
+5
View File
@@ -27,7 +27,12 @@
#include <stdlib.h>
#include <string.h>
#define __USE_XOPEN
#if defined(__OpenBSD__)
#include <utf8/wchar.h>
#else
#include <wchar.h>
#endif
#include "weechat.h"
#include "utf8.h"