--- rxvt-unicode/src/rxvtdaemon.h 2003/11/24 19:52:16 1.2 +++ rxvt-unicode/src/rxvtdaemon.h 2008/11/05 14:43:54 1.6 @@ -1,12 +1,13 @@ #ifndef RXVT_DAEMON_H #define RXVT_DAEMON_H -#include "rxvtvec.h" +#include "rxvtutil.h" -struct rxvt_connection { +struct rxvt_connection +{ int fd; - static const char *unix_sockname (); + static char *unix_sockname (); void send (const char *data, int len); void send (const char *data);