aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc.c b/ipc.c
index aff6f994..b327d717 100644
--- a/ipc.c
+++ b/ipc.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2006 Wilmer van der Gaast and others *
+ * Copyright 2002-2010 Wilmer van der Gaast and others *
\********************************************************************/
/* IPC - communication between BitlBee processes */
@@ -28,6 +28,7 @@
#include "ipc.h"
#include "commands.h"
#ifndef _WIN32
+#include <sys/uio.h>
#include <sys/un.h>
#endif