1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

xfer: fix compilation error on OpenBSD

Signed-off-by: Simon Kuhnle <Simon.Kuhnle@cs.fau.de>
This commit is contained in:
Simon Kuhnle
2013-05-26 10:56:26 +02:00
committed by Sebastien Helleu
parent 7bce8a0254
commit 954ea9fb9d
+1
View File
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>