mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
10 lines
256 B
C
10 lines
256 B
C
--- src/file_trans.c.orig Tue Apr 19 03:52:08 2005
|
|
+++ src/file_trans.c Tue Apr 19 03:00:39 2005
|
|
@@ -26,6 +26,7 @@
|
|
#define random rand
|
|
#endif
|
|
|
|
+#include <sys/socket.h>
|
|
#include "debug.h" // gaim_debug
|
|
#include "ft.h" // gaim_xfer
|
|
#include "md5.h"
|