diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-29 02:08:34 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-29 02:08:34 +0000 |
commit | 930e963ab78e75ec1699cc964d139cdd6764d8ef (patch) | |
tree | aa46947575e6333b9b6e5329e0213d1123cdfb99 /devel/libassa/files/patch-assa:Logger_Impl.h | |
parent | Update to 0.2.2 (diff) |
fix build on -stable
Noticed by: bento via kris
Notes
Notes:
svn path=/head/; revision=99355
Diffstat (limited to 'devel/libassa/files/patch-assa:Logger_Impl.h')
-rw-r--r-- | devel/libassa/files/patch-assa:Logger_Impl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libassa/files/patch-assa:Logger_Impl.h b/devel/libassa/files/patch-assa:Logger_Impl.h new file mode 100644 index 000000000000..8fa82d5a1364 --- /dev/null +++ b/devel/libassa/files/patch-assa:Logger_Impl.h @@ -0,0 +1,11 @@ +--- assa/Logger_Impl.h.orig Mon Oct 13 11:30:18 2003 ++++ assa/Logger_Impl.h Thu Jan 29 00:28:19 2004 +@@ -16,6 +16,8 @@ + + #include <errno.h> + #include <string> ++#include <stdarg.h> ++#include <sys/types.h> + + using std::string; + using std::ostream; |