1
0
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:
Dirk Meyer 2006-11-05 08:47:42 +00:00
parent d2d689b8b3
commit d96a15f839
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176446
2 changed files with 21 additions and 0 deletions

View 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"

View 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"