freebsd-ports/devel/libassa/files/patch-assa:Logger_Impl.h
Ying-Chieh Liao 930e963ab7 fix build on -stable
Noticed by:	bento via kris
2004-01-29 02:08:34 +00:00

11 lines
248 B
C++

--- 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;