aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-08-27 12:30:48 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2011-08-27 12:30:48 +0200
commitff18fc1612e9468a8406728e180b453ca6bd408a (patch)
treeb24b159829203338108ed71e46e3c15f6eccb32d
parent0fff0b22db8860d3e6165f381028b441f26a31fe (diff)
Fix #820, make Skype mod compile on NetBSD.
(I haven't personally tested that the Skype module *works* after this nor have I received any reports that either confirm or deny this. This change just makes it *compile*.)
-rw-r--r--protocols/skype/skype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/skype/skype.c b/protocols/skype/skype.c
index 6a3e6393..5b1a6c30 100644
--- a/protocols/skype/skype.c
+++ b/protocols/skype/skype.c
@@ -22,6 +22,7 @@
#define _XOPEN_SOURCE
#define _BSD_SOURCE
#include <poll.h>
+#include <stdio.h>
#include <bitlbee.h>
#include <ssl_client.h>