Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv21901/src
Modified Files:
socket.c
Log Message:
Happy BSD!
Index: socket.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/socket.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- socket.c 30 Aug 2002 16:09:22 -0000 1.1
+++ socket.c 14 Sep 2002 02:34:38 -0000 1.2
@@ -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"
|