[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 |
07ceb54dc96a |
| children |
352bd24e03ef |
| files |
plugins/icq/icqpacket.c plugins/icq/socketmanager.h |
| diffstat |
2 files changed, 2 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/plugins/icq/icqpacket.c Wed May 30 23:25:32 2001 +0000
+++ b/plugins/icq/icqpacket.c Wed May 30 23:26:32 2001 +0000
@@ -29,6 +29,7 @@
#ifdef _WIN32
#include <winsock.h>
#else
+#include <sys/types.h>
#include <sys/socket.h>
#endif
--- a/plugins/icq/socketmanager.h Wed May 30 23:25:32 2001 +0000
+++ b/plugins/icq/socketmanager.h Wed May 30 23:26:32 2001 +0000
@@ -27,6 +27,7 @@
#include <config.h>
#endif
+#include <sys/types.h>
#include <sys/socket.h>
#include "icq.h"