freebsd-ports/editors/openoffice-1.1-devel/files/patch-cosv+source+strings+streamstr.cxx
2002-07-17 07:41:47 +00:00

11 lines
374 B
C++

--- ../cosv/source/strings/streamstr.cxx.orig Mon Jul 15 14:49:31 2002
+++ ../cosv/source/strings/streamstr.cxx Mon Jul 15 14:49:33 2002
@@ -65,7 +65,7 @@
// NOT FULLY DECLARED SERVICES
#include <string.h>
#include <stdio.h>
-#if defined(WNT) || defined(LINUX)
+#if defined(WNT) || defined(LINUX) || defined(FREEBSD)
#include <stdarg.h>
#else
#include <sys/varargs.h>