diff options
Diffstat (limited to 'ipc.h')
-rw-r--r-- | ipc.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,7 @@ /********************************************************************\ * BitlBee -- An IRC to other IM-networks gateway * * * - * Copyright 2002-2004 Wilmer van der Gaast and others * + * Copyright 2002-2010 Wilmer van der Gaast and others * \********************************************************************/ /* IPC - communication between BitlBee processes */ @@ -25,7 +25,6 @@ #define BITLBEE_CORE #include "bitlbee.h" -#include <sys/uio.h> struct bitlbee_child |