comparison 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
comparison
equal deleted inserted replaced
3498:5a4569cea6be 3499:bb49f0c4f7cd
26 */ 26 */
27 27
28 /* This provides code for connecting to a Gaim socket and communicating with 28 /* This provides code for connecting to a Gaim socket and communicating with
29 * it. It will eventually be made a library once the core and ui are split. */ 29 * it. It will eventually be made a library once the core and ui are split. */
30 30
31 #include <sys/types.h>
31 #include <sys/socket.h> 32 #include <sys/socket.h>
32 #include <sys/un.h> 33 #include <sys/un.h>
33 #include "gaim.h" 34 #include "gaim.h"
34 #include "gaim-socket.h" 35 #include "gaim-socket.h"
35 36