diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-05 08:47:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-05 08:47:42 +0000 |
commit | d96a15f839b1fb9e4958483e0362f16d6c2b69c9 (patch) | |
tree | 68c770546e7dcb9319925857ed941ae7133f9a40 /net-im/licq | |
parent | d2d689b8b3b348b4eba2c2bbf95443305bd4624f (diff) | |
download | ports-d96a15f839b1fb9e4958483e0362f16d6c2b69c9.tar.gz ports-d96a15f839b1fb9e4958483e0362f16d6c2b69c9.zip |
- add missning includes
- fix build on FreeBSD 4.x
Notes
Notes:
svn path=/head/; revision=176446
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/files/patch-licq_message.h | 10 |
1 files changed, 10 insertions, 0 deletions
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" |