diff src/socket.c @ 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 3da42b64304e
children 43e396e94095
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"