diff options
-rw-r--r-- | databases/animenfo-client/files/patch-socket.c | 11 | ||||
-rw-r--r-- | net-im/licq/files/patch-licq_message.h | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/databases/animenfo-client/files/patch-socket.c b/databases/animenfo-client/files/patch-socket.c new file mode 100644 index 000000000000..d5e0efcdc17f --- /dev/null +++ b/databases/animenfo-client/files/patch-socket.c @@ -0,0 +1,11 @@ +--- socket.c.orig Mon Aug 19 07:04:02 2002 ++++ socket.c Sun Nov 5 09:40:00 2006 +@@ -5,6 +5,8 @@ + #include <sys/socket.h> + #include <errno.h> + #include <fcntl.h> ++#include <sys/time.h> ++#include <string.h> + + #include "socket.h" + #include "definition.h" diff --git a/net-im/licq/files/patch-licq_message.h b/net-im/licq/files/patch-licq_message.h new file mode 100644 index 000000000000..bbe630e28424 --- /dev/null +++ b/net-im/licq/files/patch-licq_message.h @@ -0,0 +1,10 @@ +--- include/licq_message.h.orig Sun Oct 15 14:10:53 2006 ++++ include/licq_message.h Sun Nov 5 09:27:35 2006 +@@ -3,6 +3,7 @@ + + #include <list> + #include <time.h> ++#include <stdio.h> + + #include "licq_buffer.h" + #include "licq_constants.h" |