comparison plugins/icq/socketmanager.h @ 1923:e1e0dcfb2fdd

[gaim-migrate @ 1933] bsd fixes committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 30 May 2001 23:26:32 +0000
parents 8ed70631ed15
children 30f7c8f9c6b9
comparison
equal deleted inserted replaced
1922:07ceb54dc96a 1923:e1e0dcfb2fdd
25 25
26 #ifdef HAVE_CONFIG_H 26 #ifdef HAVE_CONFIG_H
27 #include <config.h> 27 #include <config.h>
28 #endif 28 #endif
29 29
30 #include <sys/types.h>
30 #include <sys/socket.h> 31 #include <sys/socket.h>
31 32
32 #include "icq.h" 33 #include "icq.h"
33 #include "list.h" 34 #include "list.h"
34 35