diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-05 08:47:42 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-05 08:47:42 +0000 |
commit | fae6d85bd92d46aa5a990487a00fa52be420006c (patch) | |
tree | 47cbbd15747dcd01be5763835f8b4baf8ea5d2de /net-im | |
parent | 47cc322d6ce537ae126e4836168bf3431f6e9921 (diff) | |
download | FreeBSD-ports-fae6d85bd92d46aa5a990487a00fa52be420006c.zip FreeBSD-ports-fae6d85bd92d46aa5a990487a00fa52be420006c.tar.gz |
- add missning includes
- fix build on FreeBSD 4.x
Diffstat (limited to 'net-im')
-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 0000000..bbe630e --- /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" |