Mercurial > pidgin
changeset 3499:bb49f0c4f7cd
[gaim-migrate @ 3562]
Happy BSD!
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 14 Sep 2002 02:34:38 +0000 |
parents | 5a4569cea6be |
children | b79894c97bed |
files | src/socket.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/socket.c Fri Sep 13 06:41:21 2002 +0000 +++ b/src/socket.c Sat Sep 14 02:34:38 2002 +0000 @@ -28,6 +28,7 @@ /* This provides code for connecting to a Gaim socket and communicating with * it. It will eventually be made a library once the core and ui are split. */ +#include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> #include "gaim.h"