mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- add missning includes
- fix build on FreeBSD 4.x
This commit is contained in:
parent
d2d689b8b3
commit
d96a15f839
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176446
11
databases/animenfo-client/files/patch-socket.c
Normal file
11
databases/animenfo-client/files/patch-socket.c
Normal file
@ -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"
|
10
net-im/licq/files/patch-licq_message.h
Normal file
10
net-im/licq/files/patch-licq_message.h
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user