--- rxvt-unicode/src/rxvtdaemon.h 2003/11/24 19:52:16 1.2 +++ rxvt-unicode/src/rxvtdaemon.h 2004/01/17 01:20:01 1.4 @@ -1,12 +1,12 @@ #ifndef RXVT_DAEMON_H #define RXVT_DAEMON_H -#include "rxvtvec.h" +#include "rxvtstl.h" 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);