Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/stun.c Sun Oct 30 16:59:25 2005 +0000 +++ b/src/stun.c Sun Oct 30 17:02:40 2005 +0000 @@ -26,15 +26,13 @@ * */ +#include "internal.h" + #ifndef _WIN32 #include <net/if.h> #include <sys/ioctl.h> -#else -#include "libc_interface.h" #endif -#include "internal.h" - #include "debug.h" #include "account.h" #include "dnssrv.h"
