comparison src/stun.c @ 11898:8d019c4bf454

[gaim-migrate @ 14189] I think this might fix the FreeBSD compile issues reported on gaim-devel committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 30 Oct 2005 17:02:40 +0000
parents 8004885fabbe
children 5f65a0cca87c
comparison
equal deleted inserted replaced
11897:a1aa681f1448 11898:8d019c4bf454
24 * along with this program; if not, write to the Free Software 24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 * 26 *
27 */ 27 */
28 28
29 #include "internal.h"
30
29 #ifndef _WIN32 31 #ifndef _WIN32
30 #include <net/if.h> 32 #include <net/if.h>
31 #include <sys/ioctl.h> 33 #include <sys/ioctl.h>
32 #else
33 #include "libc_interface.h"
34 #endif 34 #endif
35
36 #include "internal.h"
37 35
38 #include "debug.h" 36 #include "debug.h"
39 #include "account.h" 37 #include "account.h"
40 #include "dnssrv.h" 38 #include "dnssrv.h"
41 #include "proxy.h" 39 #include "proxy.h"