Mercurial > pidgin.yaz
diff plugins/gaim-remote/remote-socket.c @ 6063:5239a3b4ab33
[gaim-migrate @ 6513]
clean up a lot of compiler warnings. Hopefully I didn't break anything too badly.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Tue, 08 Jul 2003 06:11:49 +0000 |
| parents | 059d95c67cda |
| children | b4b9dabdd7c7 |
line wrap: on
line diff
--- a/plugins/gaim-remote/remote-socket.c Tue Jul 08 04:23:24 2003 +0000 +++ b/plugins/gaim-remote/remote-socket.c Tue Jul 08 06:11:49 2003 +0000 @@ -31,6 +31,8 @@ #include "internal.h" #include <sys/un.h> #include <gaim-remote/remote.h> +#include <sys/types.h> +#include <unistd.h> void gaim_remote_session_send_packet(int fd, GaimRemotePacket *p)
